Skip to content

Commit

Permalink
Merge pull request #5934 from flubshi/binary_addons_2021-11-30_le10
Browse files Browse the repository at this point in the history
[le10] kodi-binary-addons: add pvr.plutotv
  • Loading branch information
chewitt committed Dec 1, 2021
2 parents 983ef69 + 0cb061b commit 9fc1302
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/mediacenter/kodi-binary-addons/pvr.plutotv/package.mk
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9fc1302

Please sign in to comment.