From 2c8c849c8012f9d8476eb11b163f881904f10262 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 11 Nov 2019 06:24:20 -0300 Subject: testing/libcotp: remove --- testing/libcotp/APKBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 testing/libcotp/APKBUILD (limited to 'testing/libcotp/APKBUILD') 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 -# Maintainer: Leo -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" -- cgit v1.2.3