void-packages/srcpkgs/task/template
Luca Bilke fe2f5fb9d6
All checks were successful
Build/Publish XBPS / Build and publish packages (map[arch:x86_64 host:x86_64 libc:glibc platform:linux/amd64]) (push) Successful in 5m32s
task: fix template
2025-01-10 10:53:48 +01:00

21 lines
690 B
Bash

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