19 lines
No EOL
508 B
Text
19 lines
No EOL
508 B
Text
# Template file for 'task'
|
|
pkgname=task
|
|
version=2.2.0
|
|
revision=1
|
|
hostmakedepends="cmake"
|
|
makedepends="libuuid-devel"
|
|
build_style="cmake"
|
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
|
license="MIT"
|
|
homepage="http://taskwarrior.org/projects/taskwarrior"
|
|
distfiles="http://www.taskwarrior.org/download/${pkgname}-${version}.tar.gz"
|
|
checksum=39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14
|
|
short_desc="a command-line todo list manager"
|
|
|
|
task_package() {
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
} |