aports/testing/caps/APKBUILD
David Demelier cf98f54dde testing/caps: new aport
http://quitte.de/dsp/caps.html
the C* Audio Plugin Suite
2020-06-04 14:00:52 +00:00

25 lines
743 B
Plaintext

# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=caps
pkgver=0.9.26
pkgrel=0
pkgdesc="the C* Audio Plugin Suite"
url="http://quitte.de/dsp/caps.html"
arch="all"
license="GPL-3.0-only"
source="http://quitte.de/dsp/caps_$pkgver.tar.bz2
patch-basics.h.patch"
options="!check" # No tests
build() {
make
}
package() {
make install PREFIX=/usr DESTDIR="$pkgdir"
}
sha512sums="ce9a7219ef0c6c33a5debb407e9b6ea7432c3f50ab32c1915cf91c40cda541a812da887bf57ee536d653195158939889c4baf5fcbe3ded551abc676517e1da7a caps_0.9.26.tar.bz2
fdf87cccfbde23e0959637e415e28b9b4e29b83fc0896506490e7e005a70bea04c073064c8b930d6050ed3f1db5b0f639425908b1e35e1307ca36339349cb435 patch-basics.h.patch"