blinkstick: who doesn't need a blinky led?

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-04-03 14:28:40 -04:00
parent f7ff588491
commit 957284f736
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -0,0 +1,22 @@
# 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=""