Skip to content

Commit

Permalink
New package: bankstown
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimJiM authored and dkwo committed Jan 11, 2025
1 parent 521eccd commit 8a3329e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions srcpkgs/bankstown/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
}

0 comments on commit 8a3329e

Please sign in to comment.