1
0
Fork 0

app-misc/imcat: new package ahead of Gentoo Main

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2019-11-13 19:01:42 +01:00
parent 233eb6a867
commit 76ddfc9241
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 51 additions and 0 deletions

4
app-misc/imcat/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
*imcat-0_alpha (13 Nov 2019)
13 Nov 2019; <chymera@gentoo.org> +imcat-0_alpha.ebuild, +metadata.xml:
app-misc/imcat: new package ahead of Gentoo Main

View File

@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Show any image in a terminal window."
HOMEPAGE="https://github.com/stolk/imcat"
SRC_URI=""
EGIT_REPO_URI="https://github.com/stolk/imcat"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
DEPEND=""
RDEPEND=""
src_compile(){
emake
}
src_install() {
dobin imcat
}
src_test() {
./imcat images/* || die
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>chr@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
imcat is a 24-bit image viewer that uses ANSI terminal colours to
display any image supported by STB. It automatically resizes to the
width of your terminal, using proper sampling kernels.
</longdescription>
<upstream>
<remote-id type="github">stolk/imcat</remote-id>
</upstream>
</pkgmetadata>