mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
22 lines
481 B
Bash
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=""
|