kumquat-buildroot/package/kodi-pvr-stalker/kodi-pvr-stalker.mk
Bernd Kuhls fa1114224d package/kodi-pvr-stalker: bump version to 19.0.2-Matrix
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-02-06 14:37:55 +01:00

14 lines
474 B
Makefile

################################################################################
#
# kodi-pvr-stalker
#
################################################################################
KODI_PVR_STALKER_VERSION = 19.0.2-Matrix
KODI_PVR_STALKER_SITE = $(call github,kodi-pvr,pvr.stalker,$(KODI_PVR_STALKER_VERSION))
KODI_PVR_STALKER_LICENSE = GPL-2.0+
KODI_PVR_STALKER_LICENSE_FILES = LICENSE.md
KODI_PVR_STALKER_DEPENDENCIES = jsoncpp kodi libxml2
$(eval $(cmake-package))