void-packages/srcpkgs/tasknc/template

22 lines
601 B
Bash
Raw Normal View History

2017-12-31 10:18:55 +01:00
# 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 <Vaelatern@Voidlinux.eu>"
license="MIT"
homepage="https://github.com/lharding/tasknc"
distfiles="https://github.com/lharding/tasknc/archive/${_hash}.tar.gz"
checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42
post_install() {
vlicense LICENSE
}