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:
parent
233eb6a867
commit
76ddfc9241
4
app-misc/imcat/ChangeLog
Normal file
4
app-misc/imcat/ChangeLog
Normal 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
|
31
app-misc/imcat/imcat-0_alpha.ebuild
Normal file
31
app-misc/imcat/imcat-0_alpha.ebuild
Normal 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
|
||||
}
|
16
app-misc/imcat/metadata.xml
Normal file
16
app-misc/imcat/metadata.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user