aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fcount/APKBUILD
blob: 68b0d155d4b6c4100f84eac1317960244ccb50ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	make
}

check() {
	./fcount
}

package() {
	make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="0f9e400d9e9e8f9442dcee74f606c56c7b4be48dd3491bf7a78e344b868be96da964d41333cd4b65c66a75580cd414feb0fc11459fab306e68b7c403586e5289  fcount-0.3.tar.bz2"