vp-build/srcpkgs/timewarrior/template

17 lines
444 B
Bash

# Template file for 'timewarrior'
pkgname=timewarrior
version=1.0.0
revision=2
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
}