From a30e17e4fad3affffbc3033da1ea4c08b4a2eb51 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sat, 28 Nov 2015 18:09:20 -0200 Subject: [PATCH] New package: sutils-0.1 --- srcpkgs/sutils/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/sutils/template 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 +}