diff options
Diffstat (limited to 'app-text/fbless/fbless-9999.ebuild')
-rw-r--r-- | app-text/fbless/fbless-9999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-text/fbless/fbless-9999.ebuild b/app-text/fbless/fbless-9999.ebuild new file mode 100644 index 000000000000..e5e6014204e2 --- /dev/null +++ b/app-text/fbless/fbless-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO_URI="git://github.com/matimatik/fbless.git" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="ncurses,xml" +inherit distutils-r1 git-2 + +DESCRIPTION="Python-based console fb2 reader with less-like interface" +HOMEPAGE="https://github.com/matimatik/fbless" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" |