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/net-p2p/tvrss/tvrss-1.8_beta.ebuild

27 lines
526 B

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_P="${PN}-$(ver_rs 2 '')"
S=${WORKDIR}/${MY_P}
DESCRIPTION="TV RSS is a tool for automating torrent downloads"
HOMEPAGE="http://tvtrss.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/tvtrss/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/gtk+:2
>=dev-lang/perl-5.8.6
dev-perl/XML-RAI
dev-perl/glib-perl
dev-perl/Gtk2"
src_install() {
dobin tvrss
}