0
0
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:
Andrey Onishchenko
2024-02-08 15:02:02 +03:00
parent a5ac5f9ce1
commit 1f9da65811
3 changed files with 4 additions and 8 deletions

View File

@@ -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%"
}