sys-apps/sift - 0.9.1 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/sift-0.9.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/sift-0.9.1

Or alternatively:

emerge --autounmask-write -a =sys-apps/sift-0.9.1

Package Information

Description:
A fast and powerful alternative to grep.
Homepage:
https://github.com/svent/sift
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.9.1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module bash-completion-r1

DESCRIPTION="A fast and powerful alternative to grep."
HOMEPAGE="https://github.com/svent/sift"
SRC_URI="https://github.com/svent/sift/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://codeberg.org/brtz/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

src_compile() {
	ego build .
}

src_install() {
	dobin sift
	dodoc README.md
	newbashcomp "sift-completion.bash" "sift"
}

Inherited Eclasses

Manifest for 0.9.1

Type File Size Source URLs
DIST sift-0.9.1-deps.tar.xz 5873072 bytes https://codeberg.org/brtz/guru-distfiles/releases/download/sift-0.9.1-deps.tar.xz/sift-0.9.1-deps.tar.xz
DIST sift-0.9.1.tar.gz 39189 bytes https://github.com/svent/sift/archive/refs/tags/v0.9.1.tar.gz