media-gfx/imgcat - 1.0.22 (schplaf)

Search

Package Information

Description:
Display images and gifs in your terminal
Homepage:
https://github.com/danielgatis/imgcat
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.22 8 ~amd64 0
View Raw Ebuild
# 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
}

Manifest for 1.0.22

Type File Size Source URLs
DIST imgcat-1.0.22.tar.gz 9463971 bytes https://github.com/danielgatis/imgcat/archive/refs/tags/v1.0.22.tar.gz