mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 21:50:36 +02:00
taskwarrior: update DEPENDS and description
This commit is contained in:
parent
461384d0fb
commit
1aed30c8c8
@ -16,14 +16,16 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Package/task
|
define Package/task
|
||||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||||
TITLE:=Taskwarrior
|
TITLE:=Taskwarrior - command line task manager
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
DEPENDS:=+libncurses
|
||||||
URL:=http://taskwarrior.org/projects/show/taskwarrior
|
URL:=http://taskwarrior.org/projects/show/taskwarrior
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/task/description
|
define Package/task/description
|
||||||
Taskwarrior is a command-line todo list manager.
|
Taskwarrior is an ambitious project to supercharge task with an interactive interface, GTD features, color themes, data synch, dependencies,
|
||||||
|
custom reports, charts, and Lua plugins, all while our international team provides excellent support!
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/task/install
|
define Package/task/install
|
||||||
|
Loading…
Reference in New Issue
Block a user