mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/badwolf: enable tests
This commit is contained in:
parent
2fb181e43a
commit
854e2058cd
@ -7,14 +7,18 @@ url="https://hacktivis.me/projects/badwolf"
|
||||
arch="all"
|
||||
license="BSD-3-Clause"
|
||||
makedepends="webkit2gtk-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
options="!check" # unit tests coming in next release
|
||||
subpackages="$pkgname-doc $pkgname-dbg"
|
||||
options=""
|
||||
source="https://hacktivis.me/releases/badwolf-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make PREFIX=/usr CFLAGS="$CFLAGS"
|
||||
}
|
||||
|
||||
check() {
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user