mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-shells/igr: remove patch - because fixed on upstream
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -7,7 +7,10 @@ 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="
|
||||
@@ -16,16 +19,10 @@ RDEPEND="
|
||||
sys-apps/bat
|
||||
"
|
||||
|
||||
S="$WORKDIR"
|
||||
|
||||
src_unpack() {
|
||||
cp "$DISTDIR/$PN" "$WORKDIR/" || die
|
||||
}
|
||||
|
||||
PATCHES=(
|
||||
"$FILESDIR/vim-open-current-line.patch"
|
||||
)
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user