27 lines
735 B
Bash
27 lines
735 B
Bash
# 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
|
|
|
|
case "${XBPS_TARGET_MACHINE}" in
|
|
*-musl) broken="src/test.c:170:12: error: assignment of read-only variable 'stdout'";;
|
|
*) ;;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|