mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: bankstown-1.1.0
This commit is contained in:
parent
9db667795a
commit
3a38495a62
1 changed files with 18 additions and 0 deletions
18
srcpkgs/bankstown/template
Normal file
18
srcpkgs/bankstown/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'bankstown'
|
||||
pkgname=bankstown
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Barebones bass enhancer"
|
||||
maintainer="dkwo <npiazza@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/chadmed/bankstown"
|
||||
distfiles="https://github.com/chadmed/bankstown/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=e877508b73fe90774d74526d838f75e8ea278bdbcee0a1f92e3eca67ed734675
|
||||
|
||||
do_install() {
|
||||
vinstall target/$XBPS_RUST_TARGET/release/libbankstown.so 755 usr/lib/lv2/bankstown.lv2/ bankstown.so
|
||||
vinstall bankstown.ttl 644 usr/lib/lv2/bankstown.lv2/
|
||||
vinstall manifest.ttl 644 usr/lib/lv2/bankstown.lv2/
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue