Install this version:
emerge -a =media-gfx/imgcat-1.0.23
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/imgcat-1.0.23
Or alternatively:
emerge --autounmask-write -a =media-gfx/imgcat-1.0.23
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.23 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Display images and gifs in your terminal"
HOMEPAGE="https://github.com/danielgatis/imgcat"
SRC_URI="https://github.com/danielgatis/imgcat/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gitea.com/slash/schplaf-gentoo-overlay-files/raw/tag/${P}/imgcat/${P}-deps.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
#DEPEND=""
#RDEPEND="${DEPEND}"
#BDEPEND=""
DOCS=( LICENSE README.md )
src_compile() {
ego build
}
src_install() {
einstalldocs
dobin imgcat
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | imgcat-1.0.23.tar.gz | 9464765 bytes | https://github.com/danielgatis/imgcat/archive/refs/tags/v1.0.23.tar.gz |