disable tests on supersonic-desktop
All checks were successful
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Successful in 7m29s

This commit is contained in:
ITmodulo 2025-04-05 14:13:43 +02:00
parent e19724c2dc
commit 637546a971

View file

@ -10,15 +10,16 @@ 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 ./...
}
#check() {
# go test ./...
#}
package() {
cd "src/supersonic-$pkgver"