From 210c2a2d14785d6e304a2f15f4b50cd7fbb7ba9c Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 23 Sep 2018 12:36:42 -0400 Subject: [PATCH] New package: wtplan-0.1 --- srcpkgs/wtplan/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/wtplan/template diff --git a/srcpkgs/wtplan/template b/srcpkgs/wtplan/template new file mode 100644 index 00000000000..7b134e51000 --- /dev/null +++ b/srcpkgs/wtplan/template @@ -0,0 +1,18 @@ +# Template file for 'wtplan' +pkgname=wtplan +version=0.1 +revision=1 +build_style=gnu-makefile +hostmakedepends="go" +nopie="golang" +nostrip="golang" +short_desc="Calendar program with terminal and web interfaces and git integration" +maintainer="Toyam Cox " +license="MIT" +homepage="https://github.com/kjellwinblad/wtplan/" +distfiles="https://github.com/kjellwinblad/wtplan/archive/${version}.tar.gz" +checksum=31c66181f815889828eb2bd3739d6b23582ec75a5a8d6c6bf76c2a6679112bb4 + +post_install() { + vlicense LICENSE +}