void-packages/srcpkgs/timewarrior/template
2020-10-01 14:28:37 -04:00

17 lines
510 B
Bash

# Template file for 'timewarrior'
pkgname=timewarrior
version=1.4.2
revision=1
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://github.com/GothenburgBitFactory/timewarrior/releases/download/v${version}/timew-${version}.tar.gz"
checksum=c3d3992aa8d2cc3cd86e59d00060fb4a3e16c15babce78451cc9d39a7f5bb2e1
python_version=3
post_install() {
vlicense LICENSE
}