community/asio: add check

This commit is contained in:
Roberto Oliveira 2018-04-09 21:16:19 +00:00
parent c2a648d117
commit 5614f0eeeb

View File

@ -2,7 +2,7 @@
pkgname=asio
pkgver=1.12.0
_ver=${pkgver//./-}
pkgrel=0
pkgrel=1
pkgdesc="A cross-platform C++ library for network programming"
url="https://think-async.com"
arch="all"
@ -31,6 +31,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install