diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-13 16:39:02 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-13 16:39:02 +0000 |
commit | b625e1049e262b9514ed03ddc91d7c59dc9eb5ad (patch) | |
tree | 76528e3df30d83b6c2d8ea6c3ef1bb2ed76cf377 /community/torsocks | |
parent | 1458eda633cafdbaab206389e2301f84e5175ff1 (diff) | |
download | aports-b625e1049e262b9514ed03ddc91d7c59dc9eb5ad.tar.bz2 aports-b625e1049e262b9514ed03ddc91d7c59dc9eb5ad.tar.xz |
community/torsocks: add check
Diffstat (limited to 'community/torsocks')
-rw-r--r-- | community/torsocks/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/community/torsocks/APKBUILD b/community/torsocks/APKBUILD index a9ff21d1b1..941a61a0a4 100644 --- a/community/torsocks/APKBUILD +++ b/community/torsocks/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Christian Kampka <christian@kampka.net> pkgname=torsocks pkgver=2.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Wrapper to safely torify applications" url="https://gitweb.torproject.org/torsocks.git" arch="all" @@ -25,6 +25,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install |