mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
blinkstick: who doesn't need a blinky led?
This commit is contained in:
parent
f7ff588491
commit
957284f736
1 changed files with 22 additions and 0 deletions
22
dev-python/blinkstick/blinkstick-9999.ebuild
Normal file
22
dev-python/blinkstick/blinkstick-9999.ebuild
Normal 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=""
|
||||
Loading…
Reference in a new issue