From cdaa4cb062398a7b414f20cd88878d36f398993b Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sun, 4 Oct 2015 23:15:08 -0300 Subject: [PATCH] New package: fcount-0.3 --- srcpkgs/fcount/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/fcount/template diff --git a/srcpkgs/fcount/template b/srcpkgs/fcount/template new file mode 100644 index 00000000000..4290ff352c4 --- /dev/null +++ b/srcpkgs/fcount/template @@ -0,0 +1,15 @@ +# Template file for 'fcount' +pkgname=fcount +version=0.3 +revision=1 +build_style=gnu-makefile +short_desc="Counts the number of files within a directory" +maintainer="Diogo Leal " +license="WTFPL" +homepage="http://git.z3bra.org/cgit.cgi/fcount/" +distfiles="http://git.z3bra.org/cgit.cgi/fcount/snapshot/fcount-${version}.tar.bz2" +checksum=3c78feef52c867ada7a27ccf78dc418d43da8d2f3a9ba9a341efe7908b2474a3 + +post_install(){ + vlicense LICENSE +}