kumquat-buildroot/package/kodi-pvr-pctv/kodi-pvr-pctv.mk
Bernd Kuhls c68e1f676e package/kodi-pvr-pctv: bump version to 19.0.0-Matrix
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2021-09-26 21:29:42 +02:00

14 lines
442 B
Makefile

################################################################################
#
# kodi-pvr-pctv
#
################################################################################
KODI_PVR_PCTV_VERSION = 19.0.0-Matrix
KODI_PVR_PCTV_SITE = $(call github,kodi-pvr,pvr.pctv,$(KODI_PVR_PCTV_VERSION))
KODI_PVR_PCTV_LICENSE = GPL-2.0+
KODI_PVR_PCTV_LICENSE_FILES = LICENSE.md
KODI_PVR_PCTV_DEPENDENCIES = jsoncpp kodi
$(eval $(cmake-package))