sys-apps/gat - 0.23.1 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/gat-0.23.1

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

autounmask =sys-apps/gat-0.23.1

Or alternatively:

emerge --autounmask-write -a =sys-apps/gat-0.23.1

Package Information

Description:
Cat alternative written in Go
Homepage:
https://github.com/koki-develop/gat
License:
MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Cat alternative written in Go"
HOMEPAGE="https://github.com/koki-develop/gat"

SRC_URI="https://github.com/koki-develop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/kuprTheMan/contribute-deps/releases/download/${P}/${P}-deps.tar.xz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

src_compile() {
	ego build .
}

src_install() {
	dobin ${PN}
	dodoc README.md CHANGELOG.md
}

Inherited Eclasses

Manifest for 0.23.1

Type File Size Source URLs
DIST gat-0.23.1-deps.tar.xz 47959296 bytes https://github.com/kuprTheMan/contribute-deps/releases/download/gat-0.23.1/gat-0.23.1-deps.tar.xz
DIST gat-0.23.1.tar.gz 15018022 bytes https://github.com/koki-develop/gat/archive/refs/tags/v0.23.1.tar.gz