20 lines
619 B
Bash
20 lines
619 B
Bash
# Template file for 'task'
|
|
pkgname=task
|
|
version=2.6.2
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="libuuid-devel gnutls-devel"
|
|
short_desc="Task Warrior command-line todo list manager"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://taskwarrior.org"
|
|
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
|
|
checksum=b1d3a7f000cd0fd60640670064e0e001613c9e1cb2242b9b3a9066c78862cfec
|
|
|
|
post_install() {
|
|
vcompletion scripts/zsh/_task zsh
|
|
vcompletion scripts/bash/task.sh bash
|
|
vcompletion scripts/fish/task.fish fish
|
|
vlicense LICENSE
|
|
}
|