summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/the_silver_searcher/the_silver_searcher-0.2.ebuild')
-rw-r--r--sys-apps/the_silver_searcher/the_silver_searcher-0.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.2.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.2.ebuild
new file mode 100644
index 000000000000..8cf52d40b8de
--- /dev/null
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.2.ebuild,v 1.1 2012/03/14 03:41:42 jdhore Exp $
+
+EAPI=4
+inherit autotools
+
+DESCRIPTION="A code-searching tool similar to ack, but faster"
+HOMEPAGE="http://github.com/ggreer/the_silver_searcher"
+SRC_URI="mirror://github/ggreer/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libpcre"
+DEPEND="${RDEPEND}"
+
+DOCS="README.md"
+
+src_prepare() {
+ eautoreconf
+}