2018-09-23 18:36:42 +02:00
|
|
|
# Template file for 'wtplan'
|
|
|
|
pkgname=wtplan
|
|
|
|
version=0.1
|
|
|
|
revision=1
|
2018-09-23 18:41:11 +02:00
|
|
|
nocross="runtime/cgo: armv7l-linux-musleabihf-gcc: error: unrecognized command line option '-m64"
|
2018-09-23 18:36:42 +02:00
|
|
|
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 <Vaelatern@voidlinux.eu>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/kjellwinblad/wtplan/"
|
|
|
|
distfiles="https://github.com/kjellwinblad/wtplan/archive/${version}.tar.gz"
|
|
|
|
checksum=31c66181f815889828eb2bd3739d6b23582ec75a5a8d6c6bf76c2a6679112bb4
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|