1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 05:08:21 +00:00
Files
operating-system/buildroot/package/taskd/taskd.mk
2018-03-17 23:47:00 +00:00

14 lines
370 B
Makefile

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