diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:24:20 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 06:28:35 -0300 |
| commit | 2c8c849c8012f9d8476eb11b163f881904f10262 (patch) | |
| tree | acf006c8b38327a0f0b3960b8522290b2dba2c27 /testing/libcotp/APKBUILD | |
| parent | 02d3ec5c2e778a87c8dd8764b5efa4a4b9e78534 (diff) | |
| download | aports-2c8c849c8012f9d8476eb11b163f881904f10262.tar.bz2 aports-2c8c849c8012f9d8476eb11b163f881904f10262.tar.xz | |
testing/libcotp: remove
Diffstat (limited to 'testing/libcotp/APKBUILD')
| -rw-r--r-- | testing/libcotp/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/libcotp/APKBUILD b/testing/libcotp/APKBUILD deleted file mode 100644 index ffee6edfc4..0000000000 --- a/testing/libcotp/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> -pkgname=libcotp -pkgver=1.2.2 -pkgrel=0 -pkgdesc="Library for generating TOTP and HOTP" -options="!check" # Requires unpackaged 'criterion' -url="https://github.com/paolostivanin/libcotp" -arch="all" -license="Apache-2.0" -makedepends="libbaseencode-dev libgcrypt-dev cmake" -subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/paolostivanin/libcotp/archive/v${pkgver}.tar.gz" - -build() { - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - make DESTDIR="$pkgdir" install -} - -sha512sums="eb52259ccd273b9176939b2670e31ab5289f2b5a708b5c4206e23d3a368839fee79235b7cec6745db0b33ac41159459c897a4719f539e5850efacfd04d3c9ed1 libcotp-1.2.2.tar.gz" |
