Files
overlay/sci-astronomy/termtrack/termtrack-9999.ebuild
2017-06-30 23:37:07 +02:00

21 lines
468 B
Bash

# 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=">=sci-libs/pyshp-1.2.1"