wok-next annotate task/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 7506b35e1c6f
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
paul@2755 2
paul@2755 3 PACKAGE="task"
paul@17377 4 VERSION="2.3.0"
paul@2755 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Opensource commandline TODO list manager"
paul@2755 7 MAINTAINER="paul@slitaz.org"
pascal@15600 8 LICENSE="MIT"
al@21020 9 WEB_SITE="https://taskwarrior.org/"
al@21020 10
paul@2755 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@4239 12 WGET_URL="http://www.taskwarrior.org/download/$TARBALL"
paul@2755 13
paul@17377 14 BUILD_DEPENDS="ncurses-dev cmake util-linux-uuid-dev"
pascal@15600 15
al@21020 16 compile_rules() {
al@21020 17 cmake \
al@21020 18 -DCMAKE_INSTALL_PREFIX=/usr \
al@21020 19 . &&
al@21020 20 make &&
al@21020 21 make install
paul@2755 22 }
paul@2755 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21020 26 DEPENDS="ncurses util-linux-uuid"
al@21020 27 TAGS="office todo"
paul@2755 28 }