refresh
Some checks are pending
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Waiting to run
Some checks are pending
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Waiting to run
This commit is contained in:
parent
27b1358918
commit
4355d79c91
6 changed files with 34 additions and 35 deletions
|
|
@ -1,32 +0,0 @@
|
|||
# Contributor: ITmodulo <itmodulo@disroot.org>
|
||||
# Maintainer: ITmodulo <itmodulo@disroot.org>
|
||||
pkgname=supersonic-desktop
|
||||
pkgver=0.9.1
|
||||
pkgrel=0
|
||||
pkgdesc="Full-featured, mpv-based music player for Subsonic and Jellyfin servers"
|
||||
url="https://github.com/dweymouth/supersonic"
|
||||
license="GPL-3.0-or-later"
|
||||
arch="all"
|
||||
makedepends="go mpv-dev libayatana-appindicator-dev libsecret-dev glib-dev libx11-dev"
|
||||
depends="libayatana-appindicator libsecret"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/dweymouth/supersonic/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "supersonic-$pkgver"
|
||||
go build -ldflags="-s -w" -o bin/$pkgname
|
||||
}
|
||||
|
||||
check() {
|
||||
go test ./...
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "src/supersonic-$pkgver"
|
||||
install -Dm755 bin/$pkgname "$pkgdir"/usr/bin/$pkgname
|
||||
install -Dm644 res/appicon.png "$pkgdir"/usr/share/pixmaps/supersonic-desktop.png
|
||||
install -Dm644 res/supersonic-desktop.desktop "$pkgdir"/usr/share/applications/supersonic-desktop.desktop
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
fe6e1b6777d365af71cd19f4f25fb6abd5651401ae88234216a8b2ccbae496d59a24f7c4ad66e43c493e857f504006027dc19e962a83cf551f6079a59ba38e2f supersonic-desktop-0.9.1.tar.gz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue