summaryrefslogtreecommitdiff
blob: aaab3ba1fe2b9b07c6ccacac9a599677049465f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Command line interface to http://rafb.net/paste written in Perl"
HOMEPAGE="http://allenjb.me.uk/"
SRC_URI="http://allenjb.me.uk/files/${PN}.tbz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
SLOT="0"
DEPEND=""
RDEPEND="dev-lang/perl
	dev-perl/libwww-perl
	dev-perl/AppConfig"

S="${WORKDIR}/${PN}"

src_install() {
	dobin ${PN}
}