mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New-package: triforce-0.2.0
This commit is contained in:
parent
968f3c25dd
commit
2c9eb24971
1 changed files with 19 additions and 0 deletions
19
srcpkgs/triforce/template
Normal file
19
srcpkgs/triforce/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue