diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /app-shells/igr | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'app-shells/igr')
| -rw-r--r-- | app-shells/igr/Manifest | 1 | ||||
| -rw-r--r-- | app-shells/igr/igr-9999.ebuild | 32 | ||||
| -rw-r--r-- | app-shells/igr/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/app-shells/igr/Manifest b/app-shells/igr/Manifest new file mode 100644 index 000000000000..3719555f861a --- /dev/null +++ b/app-shells/igr/Manifest @@ -0,0 +1 @@ +DIST igr 339 BLAKE2B a9c091ec4cc3c80648e394d5d03e60bce52980b86cbb7f1c5036cf987dc871b9266a9a40482fffab6dacf69bda336eb8c339e62a5571d52cbac6123805d5a52f SHA512 a779e668defeeab4c81727e985ba980d88c74d8764e74352f78c844e5c21afa3d034115588a48c93836924463141f0db612214ae6d3737a6267fd7dad8611c14 diff --git a/app-shells/igr/igr-9999.ebuild b/app-shells/igr/igr-9999.ebuild new file mode 100644 index 000000000000..596613cfc23e --- /dev/null +++ b/app-shells/igr/igr-9999.ebuild @@ -0,0 +1,32 @@ +# 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" +} diff --git a/app-shells/igr/metadata.xml b/app-shells/igr/metadata.xml new file mode 100644 index 000000000000..019044a2e610 --- /dev/null +++ b/app-shells/igr/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <upstream> + <bugs-to>https://github.com/DanielFGray/fzf-scripts/issues</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
