diff --git a/srcpkgs/diffstat/template b/srcpkgs/diffstat/template new file mode 100644 index 00000000000..d56c0207694 --- /dev/null +++ b/srcpkgs/diffstat/template @@ -0,0 +1,15 @@ +# Template file for 'diffstat' +pkgname=diffstat +version=1.61 +revision=1 +build_style=gnu-configure +short_desc="Display a histogram of diff output" +maintainer="Renato Aguiar " +license="MIT" +homepage="Display a histogram of diff changes" +distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${version}.tgz" +checksum=25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee + +post_install() { + vlicense COPYING +}