Skip to content
Snippets Groups Projects
Commit c8ec24d7 authored by Clayton Craft's avatar Clayton Craft :man_dancing_tone3: Committed by Patrycja Rosa
Browse files

testing/tangara-companion: new aport

Disabled for loongarch64 s390x because the build fails and I would
rather debug it later
parent 2dc18295
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!77197testing/tangara-companion: new aport
Pipeline #282997 canceled
# Contributor: Clayton Craft <clayton@craftyguy.net>
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=tangara-companion
pkgver=0.4.3
pkgrel=0
pkgdesc="Companion app for the Tangara music player from Cool Tech Zone"
url="https://github.com/haileys/tangara-companion"
arch="all !loongarch64 !s390x" # build fails for these archs
license="GPL-3.0-only"
makedepends="
bash
cargo
cargo-auditable
glib-dev
gtk4.0-dev
libadwaita-dev
meson
ninja
"
source="https://github.com/haileys/tangara-companion/archive/v$pkgver/tangara-companion-$pkgver.tar.gz"
options="net !check" # net: for cargo fetch, !check: no tests
build() {
abuild-meson \
--buildtype=release \
. output
meson compile -C output
}
check() {
cargo test --frozen
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
9ae340186d0e7e49a77f0ab533be694c3e9069e78a924468e6130797d4f8149ff118159660a59c3c0a9afb1529fb2b76d9ccf7ca76066755866c35a5a0c5c287 tangara-companion-0.4.3.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment