19 lines
604 B
Bash
19 lines
604 B
Bash
# Template file for 'timewarrior'
|
|
pkgname=timewarrior
|
|
version=1.5.0
|
|
revision=1
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/GothenburgBitFactory/timewarrior/develop/ChangeLog"
|
|
distfiles="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${version}/timew-${version}.tar.gz"
|
|
checksum=51e7c2c772837bbd6d56da8d16506c4b6de8644166e0b5234ad36ae6a70dd4f6
|
|
python_version=3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|