1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2022-03-06 11:25:16 +00:00

20 lines
676 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.hdhomerun"
PKG_VERSION="19.1.0-Matrix"
PKG_SHA256="cfd2695f38b0c0e3c7e7490e17476c2b82e2bbf18f0993d8041c7f15f6640cdd"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-pvr/pvr.hdhomerun"
PKG_URL="https://github.com/kodi-pvr/pvr.hdhomerun/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform jsoncpp libhdhomerun"
PKG_SECTION=""
PKG_SHORTDESC="pvr.hdhomerun"
PKG_LONGDESC="pvr.hdhomerun"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.pvrclient"