pentoo-overlay/dev-python/blinkstick/blinkstick-9999.ebuild
2019-04-03 14:28:46 -04:00

22 lines
481 B
Bash

# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1 git-r3
EGIT_REPO_URI="https://github.com/arvydas/blinkstick-python.git"
DESCRIPTION="BlinkStick Python interface to control devices connected to the computer"
HOMEPAGE="https://github.com/arvydas/blinkstick-python"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""