community/liboauth: add check

This commit is contained in:
Roberto Oliveira 2017-11-24 19:29:33 +00:00
parent 8127e3e2c3
commit e213b8d5a0

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=liboauth
pkgver=1.0.3
pkgrel=1
pkgrel=2
pkgdesc="OAuth library functions"
url="http://liboauth.sourceforge.net/"
arch="all"
@ -32,6 +32,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install