aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yubico-piv-tool
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-10 21:52:13 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-10 21:53:44 +0100
commit206e880afaee087e0955d5617b35e56344d3f19d (patch)
tree3466adab7ac8f680472f66aceca7d63dfd61cd65 /testing/yubico-piv-tool
parent047aab7fa3b82274f927e10cc06206ec80338127 (diff)
downloadaports-206e880afaee087e0955d5617b35e56344d3f19d.tar.bz2
aports-206e880afaee087e0955d5617b35e56344d3f19d.tar.xz
testing/yubico-piv-tool: fix this crappy abuild
Diffstat (limited to 'testing/yubico-piv-tool')
-rw-r--r--testing/yubico-piv-tool/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/yubico-piv-tool/APKBUILD b/testing/yubico-piv-tool/APKBUILD
index c2cffb52dd..562cf7bddf 100644
--- a/testing/yubico-piv-tool/APKBUILD
+++ b/testing/yubico-piv-tool/APKBUILD
@@ -7,11 +7,9 @@ pkgdesc="PIV Tools for yubikey"
url="https://developers.yubico.com/yubico-piv-tool"
arch="all"
license="BSD"
-depends=""
-makedepends="libc-dev gcc libressl-dev libcrypto1.0 libressl2.5-libcrypto pcsc-lite-dev"
-install=""
+makedepends="libc-dev gcc libressl-dev pcsc-lite-dev"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-1.4.3.tar.gz"
+source="https://developers.yubico.com/$pkgname/Releases/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {