diff --git a/srcpkgs/tasknc/template b/srcpkgs/tasknc/template new file mode 100644 index 00000000000..75977d5ea44 --- /dev/null +++ b/srcpkgs/tasknc/template @@ -0,0 +1,21 @@ +# Template file for 'tasknc' +pkgname=tasknc +version=0.8.0.0.20171231 +revision=1 +_hash=c41d0240e9b848e432f01de735f28de93b934ae7 +wrksrc="${pkgname}-${_hash}" +build_style=gnu-makefile +make_use_env=yes +hostmakedepends="perl" +makedepends="ncurses-devel" +depends="task" +short_desc="Ncurses wrapper for task warrior" +maintainer="Toyam Cox " +license="MIT" +homepage="https://github.com/lharding/tasknc" +distfiles="https://github.com/lharding/tasknc/archive/${_hash}.tar.gz" +checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42 + +post_install() { + vlicense LICENSE +}