summaryrefslogtreecommitdiff
path: root/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild')
-rw-r--r--media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild b/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild
new file mode 100644
index 0000000..7faf2df
--- /dev/null
+++ b/media-plugins/kodi-pvr-sledovanitv-cz/kodi-pvr-sledovanitv-cz-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon git-r3
+
+DESCRIPTION="Kodi's PVR client Addon for sledovanitv.cz service"
+HOMEPAGE="https://github.com/MiloshCZ/pvr.sledovanitv"
+EGIT_REPO_URI="https://github.com/MiloshCZ/pvr.sledovanitv.git"
+KEYWORDS=""
+S="${WORKDIR}/kodi-pvr-sledovanitv-cz-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ ~media-tv/kodi-18
+ ~media-libs/kodi-platform-18
+ dev-libs/tinyxml2
+ "
+
+RDEPEND="
+ ${DEPEND}
+ "