diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:24:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:28:35 -0300 |
commit | 02d3ec5c2e778a87c8dd8764b5efa4a4b9e78534 (patch) | |
tree | fa63c0b5ee1dc510a7ca8d7fd96f64bb0e6d0ade | |
parent | 3cbde867520d0762b310d46c4b78ce18a58c6d2d (diff) | |
download | aports-02d3ec5c2e778a87c8dd8764b5efa4a4b9e78534.tar.bz2 aports-02d3ec5c2e778a87c8dd8764b5efa4a4b9e78534.tar.xz |
testing/otpclient: remove
-rw-r--r-- | testing/otpclient/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/otpclient/APKBUILD b/testing/otpclient/APKBUILD deleted file mode 100644 index d354d9252e..0000000000 --- a/testing/otpclient/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> -pkgname=otpclient -pkgver=1.5.1 -pkgrel=0 -pkgdesc="Easy to use GTK+ OTP client" -options="!check" # No testsuite -url="https://github.com/paolostivanin/OTPClient" -arch="all !aarch64" # due to zbar -license="GPL-3.0-or-later" -makedepends="gtk+3.0-dev glib-dev libgcrypt-dev libpng-dev libzip-dev zbar-dev - jansson-dev libcotp-dev cmake" -source="$pkgname-$pkgver.tar.gz::https://github.com/paolostivanin/OTPClient/archive/v$pkgver.tar.gz - " -builddir="$srcdir/OTPClient-$pkgver" - -build() { - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - make DESTDIR="$pkgdir" install -} - -sha512sums="62bf7775ba163f10208685c5e3f987b58098685d4673138aec7be061bb025546f5515dca46e57d7461266df6a237da8b37f3f0dd8069b29f809a39471ca52240 otpclient-1.5.1.tar.gz" |