1 # Template file for 'tasknc'
3 version=0.8.0.0.20171231
5 _hash=c41d0240e9b848e432f01de735f28de93b934ae7
6 wrksrc="${pkgname}-${_hash}"
7 build_style=gnu-makefile
10 makedepends="ncurses-devel"
12 short_desc="Ncurses wrapper for task warrior"
13 maintainer="Toyam Cox <Vaelatern@Voidlinux.eu>"
15 homepage="https://github.com/lharding/tasknc"
16 distfiles="https://github.com/lharding/tasknc/archive/${_hash}.tar.gz"
17 checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42
19 case "${XBPS_TARGET_MACHINE}" in
20 *-musl) broken="src/test.c:170:12: error: assignment of read-only variable 'stdout'";;