forked from libretro/Lakka-LibreELEC
47bfcfa8d9
Signed-off-by: Matthias Reichl <hias@horus.com>
20 lines
675 B
Makefile
20 lines
675 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="20.4.0-Nexus"
|
|
PKG_SHA256="3872265e00fc748ba327aaa91beece747936f55d16356051cdd04b0b70a353c0"
|
|
PKG_REV="5"
|
|
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"
|