Merge pull request #5934 from flubshi/binary_addons_2021-11-30_le10

[le10] kodi-binary-addons: add pvr.plutotv
This commit is contained in:
Christian Hewitt 2021-12-01 10:57:28 +04:00 committed by GitHub
commit 9fc1302a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pvr.plutotv"
PKG_VERSION="19.0.0-Matrix"
PKG_SHA256="0b85c5c9583239bcecccccc2c43fc6d604bf5a4e4304238c8635410823ab8ae3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-pvr/pvr.plutotv"
PKG_URL="https://github.com/kodi-pvr/pvr.plutotv/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform rapidjson"
PKG_SECTION=""
PKG_SHORTDESC="pvr.plutotv"
PKG_LONGDESC="pvr.plutotv"
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.pvrclient"