diff --git a/srcpkgs/sutils/template b/srcpkgs/sutils/template new file mode 100644 index 00000000000..943d641776a --- /dev/null +++ b/srcpkgs/sutils/template @@ -0,0 +1,15 @@ +# Template file for 'sutils' +pkgname=sutils +version=0.1 +revision=1 +build_style=gnu-makefile +short_desc="Small command-line utilities" +maintainer="Diogo Leal " +license="Public Domain" +homepage="https://github.com/baskerville/sutils/" +distfiles="https://github.com/baskerville/sutils/archive/${version}.tar.gz" +checksum=48cffd7450e0f7a913efc3a21b555fa455a290918e98860af1900944b7201377 + +post_install() { + vlicense LICENSE +}