diff --git a/srcpkgs/ministat/template b/srcpkgs/ministat/template new file mode 100644 index 0000000000..8e93065f29 --- /dev/null +++ b/srcpkgs/ministat/template @@ -0,0 +1,16 @@ +# Template file for 'ministat' +pkgname=ministat +version=10.0 +revision=1 +build_style=gnu-makefile +short_desc="Small statistics utility" +maintainer="Christian Neukirchen " +license="Beerware" +homepage="https://github.com/chneukirchen/ministat" +distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz" +checksum=5362d702178e2539efa5e4b8049247ca500a9fd88b31459553ff31266c751e8f + +post_install() { + sed -n '2,7p' LICENSE + vlicense LICENSE +}