summaryrefslogtreecommitdiffstats
path: root/app-text/ripgrep/ripgrep-0.2.6.ebuild
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-02 02:25:53 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-02 02:26:06 +0100
commitfe416e8a89b0d6fa4fd76baf3bba0f6bd903b20d (patch)
tree4fb6608d5d775b793c8fa95fdfa0b1a3656d6d02 /app-text/ripgrep/ripgrep-0.2.6.ebuild
parentAdd ripgrep (diff)
downloadportage-fe416e8a89b0d6fa4fd76baf3bba0f6bd903b20d.tar.xz
portage-fe416e8a89b0d6fa4fd76baf3bba0f6bd903b20d.zip
Add manpages for x86
Diffstat (limited to 'app-text/ripgrep/ripgrep-0.2.6.ebuild')
-rw-r--r--app-text/ripgrep/ripgrep-0.2.6.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/ripgrep/ripgrep-0.2.6.ebuild b/app-text/ripgrep/ripgrep-0.2.6.ebuild
deleted file mode 100644
index 02684cf..0000000
--- a/app-text/ripgrep/ripgrep-0.2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="ag/grep replacement"
-HOMEPAGE="https://github.com/BurntSushi/ripgrep"
-SRC_URI="https://github.com/BurntSushi/ripgrep/releases/download/${PV}/${P}-x86_64-unknown-linux-musl.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}-x86_64-unknown-linux-musl"
-
-src_install() {
- dobin rg
- doman rg.1
-}