main/irqbalance: add check()

This commit is contained in:
Leonardo Arena 2018-05-23 10:21:26 +00:00
parent be068740cc
commit 1e7862203c

View File

@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=irqbalance
pkgver=1.4.0
pkgrel=0
pkgrel=1
pkgdesc="Daemon that distributes interrupts over the processors"
url="https://github.com/Irqbalance/irqbalance"
arch="all"
@ -33,6 +33,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install