From 4040aedf3603fe490e4be6d12e95d6be7203af92 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 8 Nov 2019 18:49:13 -0300 Subject: testing/fcount: remove --- testing/fcount/APKBUILD | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 testing/fcount/APKBUILD (limited to 'testing') diff --git a/testing/fcount/APKBUILD b/testing/fcount/APKBUILD deleted file mode 100644 index 5b819de8cc..0000000000 --- a/testing/fcount/APKBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Maintainer: Leo -pkgname=fcount -pkgver=0.3 -pkgrel=0 -pkgdesc="Counts the number of files within a directory" -url="http://git.z3bra.org/fcount/log.html" -arch="all" -license="WTFPL" -source="http://dl.z3bra.org/releases/${pkgname}-${pkgver}.tar.bz2" - -build() { - make -} - -check() { - ./fcount -} - -package() { - make DESTDIR="$pkgdir" PREFIX=/usr install -} - -sha512sums="0f9e400d9e9e8f9442dcee74f606c56c7b4be48dd3491bf7a78e344b868be96da964d41333cd4b65c66a75580cd414feb0fc11459fab306e68b7c403586e5289 fcount-0.3.tar.bz2" -- cgit v1.2.3