Files
horizon-packages/srcpkgs/task/template
T
2025-07-04 13:46:43 -04:00

22 lines
677 B
Bash

# Template file for 'task'
pkgname=task
version=3.4.1
revision=1
build_style=cmake
build_helper="rust"
hostmakedepends="rust cargo"
makedepends="libuuid-devel gnutls-devel rust-std"
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=23eb60f73e42f16111cc3912b44ee12be6768860a2db2a9c6a47f8ac4786bac3
post_install() {
vcompletion scripts/zsh/_task zsh
vcompletion scripts/bash/task.sh bash
vcompletion scripts/fish/task.fish fish
vlicense LICENSE
}