add sci-astronomy/termtrack

This commit is contained in:
Florian Tham
2017-06-30 09:48:40 +02:00
parent 6484574c52
commit 3c41eebc0f
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{3,4,5} )
inherit distutils-r1 git-r3
DESCRIPTION="Track satellites in your terminal"
HOMEPAGE="https://github.com/trehn/termtrack"
SRC_URI=""
EGIT_REPO_URI="https://github.com/trehn/termtrack.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""