17 lines
444 B
Bash
17 lines
444 B
Bash
# Template file for 'timewarrior'
|
|
pkgname=timewarrior
|
|
version=1.1.1
|
|
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://taskwarrior.org/download/timew-${version}.tar.gz"
|
|
checksum=1f7d9a62e55fc5a3126433654ccb1fd7d2d135f06f05697f871897c9db77ccc9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|