Install this version:
emerge -a =app-shells/igr-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-shells/igr-9999
Or alternatively:
emerge --autounmask-write -a =app-shells/igr-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Interactive rg (ripgrep) wrapper in fzf: Interactive GRep (search)"
HOMEPAGE="https://github.com/DanielFGray/fzf-scripts"
SRC_URI="https://raw.githubusercontent.com/DanielFGray/fzf-scripts/master/$PN"
S="$WORKDIR"
LICENSE="GPL-3"
SLOT=0
RDEPEND="
sys-apps/ripgrep
app-shells/fzf
sys-apps/bat
"
src_unpack() {
cp "$DISTDIR/$PN" "$WORKDIR/" || die
}
src_install() {
dobin "${PN}"
}
pkg_postinst() {
einfo "For opening a file on the specific line - install https://github.com/bogado/file-line"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | igr | 339 bytes | https://raw.githubusercontent.com/DanielFGray/fzf-scripts/master/igr |