mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/asio: add check
This commit is contained in:
parent
c2a648d117
commit
5614f0eeeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user