mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vamp-plugin-sdk: orphan, run tests
This commit is contained in:
parent
885f0f8865
commit
d0831798c7
1 changed files with 4 additions and 2 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'vamp-plugin-sdk'
|
# Template file for 'vamp-plugin-sdk'
|
||||||
pkgname=vamp-plugin-sdk
|
pkgname=vamp-plugin-sdk
|
||||||
version=2.10.0
|
version=2.10.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
make_check_target=test
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libsndfile-devel"
|
makedepends="libsndfile-devel"
|
||||||
short_desc="Vamp audio analysis plugin system"
|
short_desc="Vamp audio analysis plugin system"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.vamp-plugins.org/"
|
homepage="https://www.vamp-plugins.org/"
|
||||||
distfiles="https://code.soundsoftware.ac.uk/attachments/download/2691/${pkgname}-${version}.tar.gz"
|
distfiles="https://code.soundsoftware.ac.uk/attachments/download/2691/${pkgname}-${version}.tar.gz"
|
||||||
checksum=aeaf3762a44b148cebb10cde82f577317ffc9df2720e5445c3df85f3739ff75f
|
checksum=aeaf3762a44b148cebb10cde82f577317ffc9df2720e5445c3df85f3739ff75f
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# don't run test target by default, fixes cross build.
|
# don't run test target by default, fixes cross build.
|
||||||
|
|
Loading…
Add table
Reference in a new issue