You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-duplicates/vdr-duplicates-1.0.1.ebuild

22 lines
609 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vdr-plugin-2
GIT_VERSION="68739fd72beb9745b3e47b9e466311ef23a8ca97"
DESCRIPTION="VDR Plugin: show duplicated records"
HOMEPAGE="https://projects.vdr-developer.org/projects/plg-duplicates/repository"
SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-duplicates.git/snapshot/vdr-plugin-duplicates-${GIT_VERSION}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND=">=media-video/vdr-2.4.0"
S="${WORKDIR}/vdr-plugin-duplicates-${GIT_VERSION}"