This is the Makefile for Taskwarrior, a command line task manager. Signed-off-by: Fran?ois Dugast <[email protected]>
--- Index: utils/taskwarrior/Makefile =================================================================== --- utils/taskwarrior/Makefile (revision 0) +++ utils/taskwarrior/Makefile (revision 0) @@ -0,0 +1,32 @@ +include $(TOPDIR)/rules.mk + +PKG_NAME:=taskwarrior +PKG_VERSION:=1.9.2 +PKG_RELEASE:=1 + +PKG_SOURCE:=task-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://www.taskwarrior.org/download/ +PKG_MD5SUM:=be98cc74fe03b8336250e0b7ed3cd8c7 +PKG_BUILD_DIR:=$(BUILD_DIR)/task-$(PKG_VERSION) + +include $(INCLUDE_DIR)/package.mk + +define Package/taskwarrior + TITLE:=Taskwarrior - command line task manager + CATEGORY:=Utilities + SECTION:=utils + DEPENDS:=+libncurses + URL:=http://taskwarrior.org +endef + +define Package/taskwarrior/description + 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 + +define Package/taskwarrior/install + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/task $(1)/usr/bin +endef + +$(eval $(call BuildPackage,taskwarrior))
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
