gentoo-ebuilds/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.3.ebuild
Martin Dummer c6ddbcc8b4
media-plugins/vdr-ffnetdev: add 0.1.3
Version bump, EAPI8, new HOMEPAGE and SRC_URI

Closes: https://bugs.gentoo.org/919506
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-06-22 21:09:48 +02:00

20 lines
589 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vdr-plugin-2
GITHASH="02d155ebe1a7d27aea3a4c1d99d2f9bf91b619a6"
DESCRIPTION="VDR Plugin: Provides an easy way of connecting possible streaming clients to VDR"
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-ffnetdev"
SRC_URI="https://github.com/vdr-projects/vdr-plugin-ffnetdev/archive/${GITHASH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vdr-plugin-ffnetdev-${GITHASH}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="media-video/vdr"
RDEPEND="${DEPEND}"