summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/hackertyper/hackertyper-1.0.ebuild')
-rw-r--r--games-misc/hackertyper/hackertyper-1.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/games-misc/hackertyper/hackertyper-1.0.ebuild b/games-misc/hackertyper/hackertyper-1.0.ebuild
new file mode 100644
index 0000000..f1f6818
--- /dev/null
+++ b/games-misc/hackertyper/hackertyper-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v3
+# $Header: games-misc/hackertyper/hackertyper-1.0.ebuild,v 1.0 2012/02/17 19:13:54 frostwork Exp $
+
+EAPI=3
+inherit eutils prefix
+
+DESCRIPTION="tool which makes you hack as fast as all those hackers in movies"
+HOMEPAGE="http://frostworx.de/"
+SRC_URI="http://www.frostworx.de/files/${P}.tar.bz2"
+
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="amd64 x86 ppc"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+RDEPEND="${DEPEND}"
+
+
+src_install() {
+ dobin ${PN} || die "dobin failed"
+}