disable stable runner, move to edge, add fotema update
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s
supersonic-desktop
This commit is contained in:
parent
c1568adfa2
commit
c7e81a6e15
8 changed files with 124 additions and 67 deletions
|
|
@ -1,33 +0,0 @@
|
|||
# Contributor: ITmodulo <itmodulo@disroot.org>
|
||||
# Maintainer: ITmodulo <itmodulo@disroot.org>
|
||||
pkgname=supersonic-desktop
|
||||
pkgver=0.15.2
|
||||
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"
|
||||
options="!check" # not needed
|
||||
|
||||
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="
|
||||
f208a03bc63a912465d98a5e0707801c2370c5cd543315888b9485148b6af1580bab2e97866bea00ffa08f38d7cec041b0c8c02f1ba812c4665ef860a511c564 supersonic-desktop-0.15.2.tar.gz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue