void-packages/srcpkgs/timewarrior/template

23 lines
743 B
Bash

# Template file for 'timewarrior'
pkgname=timewarrior
version=1.6.0
revision=1
build_style=cmake
hostmakedepends="ruby-asciidoctor"
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=cd1aa610ed50558bb2cf141022fa7b41523091ac3ae5fbb9c2d459cfe1afc782
python_version=3
post_install() {
vlicense LICENSE
vcompletion completion/timew-completion.bash bash timew
vcompletion completion/timew.fish fish timew
}