New-package: triforce-0.2.0

This commit is contained in:
dkwo 2025-03-23 11:32:48 -04:00 committed by classabbyamp
parent 968f3c25dd
commit 2c9eb24971

19
srcpkgs/triforce/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'triforce'
pkgname=triforce
version=0.2.0
revision=1
archs="aarch64*"
build_style=cargo
depends="lv2"
short_desc="Beamformer for Apple mic arrays"
maintainer="dkwo <npiazza@disroot.org>"
license="GPL-2.0-only"
homepage="https://crates.io/crates/triforce-lv2"
distfiles="https://github.com/chadmed/triforce/archive/refs/tags/${version}.tar.gz"
checksum=b2b60a0b89c104fcc7f2d86801b715abdc6972eebde8d67a9a7b95ec713f0b46
do_install() {
vinstall target/${RUST_TARGET}/release/libtriforce.so 0755 usr/lib/lv2/triforce.lv2
vinstall triforce.ttl 0644 usr/lib/lv2/triforce.lv2
vinstall manifest.ttl 0644 usr/lib/lv2/triforce.lv2
}