mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
Cleanup in PKGBUILD template
This commit is contained in:
parent
8ba485e264
commit
2faaa8251f
@ -1,16 +1,16 @@
|
|||||||
# Maintainer: Andrey Onischenko loraner123@gmail.com
|
# Maintainer: Andrey Onischenko loraner123@gmail.com
|
||||||
|
|
||||||
pkgname=yandex-music
|
pkgname=yandex-music
|
||||||
pkgver="%version%"
|
pkgver=%version%
|
||||||
pkgrel="%release%"
|
pkgrel=%release%
|
||||||
pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music"
|
pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://github.com/cucumber-sp/yandex-music-linux"
|
url="https://github.com/cucumber-sp/yandex-music-linux"
|
||||||
license=("custom")
|
license=("Unlicense")
|
||||||
depends=("electron29" "libpulse" "xdg-utils")
|
depends=("electron29" "libpulse" "xdg-utils" "bash" "hicolor-icon-theme")
|
||||||
makedepends=("p7zip" "nodejs" "asar" "jq" "python")
|
makedepends=("p7zip" "nodejs" "asar" "jq" "python" "git")
|
||||||
|
|
||||||
source=("%exe_link%" "git+https://github.com/cucumber-sp/yandex-music-linux")
|
source=("%exe_link%" "git+${url}#tag=v${pkgver}")
|
||||||
sha256sums=("%exe_sha256%" "SKIP")
|
sha256sums=("%exe_sha256%" "SKIP")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user