void-packages/srcpkgs/timewarrior/template

17 lines
444 B
Bash
Raw Normal View History

2016-11-14 22:35:59 +00:00
# Template file for 'timewarrior'
pkgname=timewarrior
version=1.0.0
2016-11-28 23:03:59 +00:00
revision=2
2016-11-14 22:35:59 +00:00
wrksrc="timew-${version}"
build_style=cmake
short_desc="Track time from the command line"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="MIT"
homepage="https://timewarrior.net"
distfiles="https://taskwarrior.org/download/timew-${version}.tar.gz"
checksum=ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5
post_install() {
vlicense LICENSE
}