void-packages/srcpkgs/task/template

20 lines
626 B
Bash

# Template file for 'task'
pkgname=task
version=2.5.3
revision=1
build_style=cmake
makedepends="libuuid-devel gnutls-devel"
short_desc="Task Warrior command-line todo list manager"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="MIT"
homepage="https://taskwarrior.org"
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
checksum=7243d75e0911d9e2c9119ad94a61a87f041e4053e197f7280c42410aa1ee963b
post_install() {
vcompletion scripts/zsh/_task zsh
vcompletion scripts/bash/task.sh bash
vcompletion scripts/fish/task.fish fish
vlicense LICENSE
}