| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild,v 1.2 2012/10/10 18:44:57 ago Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
inherit autotools
|
| 7 |
|
| 8 |
DESCRIPTION="A code-searching tool similar to ack, but faster"
|
| 9 |
HOMEPAGE="http://github.com/ggreer/the_silver_searcher"
|
| 10 |
SRC_URI="mirror://github/ggreer/${PN}/${P}.tar.gz"
|
| 11 |
|
| 12 |
LICENSE="Apache-2.0"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
RDEPEND="dev-libs/libpcre"
|
| 18 |
DEPEND="${RDEPEND}
|
| 19 |
virtual/pkgconfig"
|
| 20 |
|
| 21 |
DOCS="README.md"
|
| 22 |
|
| 23 |
src_prepare() {
|
| 24 |
eautoreconf
|
| 25 |
}
|