diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2017-11-15 14:53:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-16 10:16:39 +0000 |
commit | daf649ee6cca9358a212a1748ba75929f4c07518 (patch) | |
tree | ca3e84bb6bdda5e4889994a6256b4ad4bc39c8bb /community/wrk | |
parent | 5c7f92bcbe91064b59028681c9ec704e151054d8 (diff) | |
download | aports-daf649ee6cca9358a212a1748ba75929f4c07518.tar.bz2 aports-daf649ee6cca9358a212a1748ba75929f4c07518.tar.xz |
community/wrk: APKBUILD add note for !check
* add note that upstream does not ship any tests
Diffstat (limited to 'community/wrk')
-rw-r--r-- | community/wrk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index cd57047030..9948264570 100644 --- a/community/wrk/APKBUILD +++ b/community/wrk/APKBUILD @@ -11,7 +11,7 @@ arch="x86_64" license="ASL 2.0" depends="" depends_dev="" -options="!check" +options="!check" # upstream does not provide tests makedepends="libressl-dev perl-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/wg/wrk/archive/$pkgver.tar.gz" |