mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 09:32:24 +03:00
Switch from npm to arch package directly
This commit is contained in:
@@ -8,15 +8,11 @@ arch=("any")
|
||||
url="https://github.com/cucumber-sp/yandex-music-linux"
|
||||
license=("custom")
|
||||
depends=("electron" "libpulse" "xdg-utils")
|
||||
makedepends=("p7zip" "nodejs" "npm" "jq")
|
||||
makedepends=("p7zip" "nodejs" "asar" "jq")
|
||||
|
||||
source=("%exe_link%" "git+https://github.com/cucumber-sp/yandex-music-linux")
|
||||
sha256sums=("%exe_sha256%" "SKIP")
|
||||
|
||||
prepare() {
|
||||
npm install @electron/asar
|
||||
}
|
||||
|
||||
build() {
|
||||
sh "$srcdir/yandex-music-linux/repack.sh" "$srcdir/%exe_name%"
|
||||
}
|
||||
|
Reference in New Issue
Block a user