1
0
Fork 0

ebuild for media-libs/libsixel-python

This commit is contained in:
Jimmy2027 2019-11-15 15:36:28 +01:00
parent 4260942b07
commit b62c48ddef
3 changed files with 37 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,23 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python{3_5,3_6} )
inherit bash-completion-r1 distutils-r1 git-r3
DESCRIPTION="This module is a python wrapper of libsixel. "
HOMEPAGE="https://github.com/saitoha/libsixel/python"
SRC_URI=""
EGIT_REPO_URI="https://github.com/saitoha/libsixel/python"
EGIT_COMMIT="eece94cc124943daa3c2511f2358f107ef4235b0"
LICENSE="MIT public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE="curl gd gtk jpeg png static-libs"
RDEPEND="
media-libs/libsixel
"

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hendrik.klug@gmail.com</email>
<name>Hendrik Klug</name>
</maintainer>
<longdescription lang="en">
This module is a python wrapper of libsixel.
</longdescription>
<upstream>
<remote-id type="github">saitoha/libsixel/python</remote-id>
</upstream>
</pkgmetadata>