diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 18:49:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-08 18:50:36 -0300 |
commit | 4040aedf3603fe490e4be6d12e95d6be7203af92 (patch) | |
tree | 062ab4934175423ef3e0add4656f040de2ac2767 /testing/fcount | |
parent | e1846d736a6f1570d781fff27c7cd8e5e1b078bc (diff) | |
download | aports-4040aedf3603fe490e4be6d12e95d6be7203af92.tar.bz2 aports-4040aedf3603fe490e4be6d12e95d6be7203af92.tar.xz |
testing/fcount: remove
Diffstat (limited to 'testing/fcount')
-rw-r--r-- | testing/fcount/APKBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
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 <thinkabit.ukim@gmail.com> -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" |