app-shells/igr: remove patch - because fixed on upstream

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-04-25 10:52:27 +04:00
parent e29fde7446
commit 84cb4e4f65
3 changed files with 4 additions and 42 deletions

View File

@@ -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}"
}