19 lines
533 B
Bash
19 lines
533 B
Bash
# Template file for 'timewarrior'
|
|
pkgname=timewarrior
|
|
version=1.4.3
|
|
revision=1
|
|
wrksrc="timew-${version}"
|
|
build_style=cmake
|
|
checkdepends="python3"
|
|
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=c4df7e306c9a267c432522c37958530b8fd6e5a410c058f575e25af4d8c7ca53
|
|
python_version=3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|