kumquat-buildroot/package/kodi-pvr-pctv/kodi-pvr-pctv.mk
Bernd Kuhls 24d3ed0e9f package/kodi-pvr-pctv: bump version to 19.0.1-Matrix
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-01-03 10:04:26 +01:00

14 lines
442 B
Makefile

################################################################################
#
# kodi-pvr-pctv
#
################################################################################
KODI_PVR_PCTV_VERSION = 19.0.1-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))