19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'noise-repellent'
|
|
pkgname=noise-repellent
|
|
version=0.1.5
|
|
revision=2
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
makedepends="lv2 fftw-devel"
|
|
short_desc="LV2 plug-in for broadband noise reduction"
|
|
maintainer="Colin Gillespie <colin@breavyn.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/lucianodato/noise-repellent"
|
|
distfiles="$homepage/archive/$version.tar.gz"
|
|
checksum=5f83a1ac4ddb7f92934041f0b5576ad37932bb81e3eb767f2aea78c9f8cfcaae
|
|
|
|
post_install() {
|
|
vmkdir /usr/lib/lv2
|
|
mv ${PKGDESTDIR}/usr/nrepel.lv2 ${PKGDESTDIR}/usr/lib/lv2
|
|
}
|