blob: ee75b1d6c0a2cc9b8df0872b636ad7d0ff2aa34a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit git-2
DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
HOMEPAGE="http://trizen.googlecode.com"
EGIT_REPO_URI="git://github.com/trizen/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/URI
dev-perl/XML-Fast
virtual/perl-Scalar-List-Utils"
src_install() {
dobin ${PN}
}
|