summaryrefslogtreecommitdiff
path: root/app-text/pastebunz/pastebunz-1.4-r1.ebuild
blob: cb8313a5af205d9b0881fc1f8309e4d0f06647eb (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
26
27
28
29
30
# Copyright 2004-2014 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2

PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"

inherit python eutils

DESCRIPTION="command line interface to http://pastebin.rogentos.org/"
HOMEPAGE="http://pastebin.rogentos.org/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc-fbsd ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_unpack() {
	cd "${S}"
	cp "${FILESDIR}/${P}" ${PN}
}

src_install() {
	dobin ${PN} || die
}