kumquat-buildroot/package/taskd/taskd.mk
Ben Boeckel bd3cbf3e56 taskd: new package
Taskwarrior is a task management suite of tools. Taskd is the
synchronization server for it.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
[Thomas:
 - use 'depends on' for BR2_USE_MMU, and add a comment indicating that
   the dependency is due to the use of fork()
 - use 'depends on' for BR2_USE_WCHAR, and add a comment indicating
   that the dependency is due to gnutls and util-linux.
 - add a hash file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-03-10 23:29:58 +01:00

15 lines
410 B
Makefile

################################################################################
#
# taskd
#
################################################################################
TASKD_VERSION = 1.1.0
TASKD_SOURCE = taskd-$(TASKD_VERSION).tar.gz
TASKD_SITE = http://taskwarrior.org/download
TASKD_LICENSE = MIT
TASKD_LICENSE_FILES = COPYING LICENSE
TASKD_DEPENDENCIES = gnutls util-linux
$(eval $(cmake-package))