mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 07:31:35 +01:00
24 lines
537 B
Plaintext
24 lines
537 B
Plaintext
# 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"
|