Files
overlay/sci-astronomy/termtrack/termtrack-9999.ebuild
2017-06-30 09:48:40 +02:00

21 lines
446 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=""