This commit is contained in:
Qingxu 2021-01-29 02:47:30 +08:00
commit 83d7017940
2 changed files with 37 additions and 0 deletions

14
.SRCINFO Normal file
View file

@ -0,0 +1,14 @@
pkgbase = yesplaymusic
pkgdesc = High-value third-party NetEase cloud player
pkgver = 0.3.1
pkgrel = 1
url = https://github.com/qier222/YesPlayMusic/
arch = x86_64
license = custom
depends = nss
depends = gtk3
source = https://github.com/qier222/YesPlayMusic/releases/download/0.3.1/YesPlayMusic_0.3.1_amd64.deb
md5sums = 3761bcb8c5156e9ab2c856c99e9562b6
pkgname = yesplaymusic

23
PKGBUILD Normal file
View file

@ -0,0 +1,23 @@
# Maintainer: Qingxu
pkgname=yesplaymusic
pkgver=0.3.1
pkgrel=1
pkgdesc="High-value third-party NetEase cloud player"
arch=("x86_64")
url="https://github.com/qier222/YesPlayMusic/"
license=('custom')
depends=(
'nss'
'gtk3'
)
source=(
"https://github.com/qier222/YesPlayMusic/releases/download/${pkgver}/YesPlayMusic_${pkgver}_amd64.deb"
)
md5sums=('3761bcb8c5156e9ab2c856c99e9562b6')
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
package() {
cd ${srcdir}
tar -xvf data.tar.xz -C ${pkgdir}
}