Added
Link Here
|
1 |
PORTNAME= streamdeck |
2 |
DISTVERSION= 0.9.5 |
3 |
CATEGORIES= comms python |
4 |
PKGNAMEPREFIX= ${PY_FLAVOR}-elgato- |
5 |
DISTNAME= python-elgato-streamdeck-${PORTVERSION} |
6 |
|
7 |
MAINTAINER= tiago.gasiba@gmail.com |
8 |
COMMENT= Python library to control the Elgato Stream Deck |
9 |
WWW= https://github.com/abcminiuser/python-elgato-streamdeck |
10 |
|
11 |
LICENSE= MIT |
12 |
LICENSE_COMB= single |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
15 |
BUILD_DEPENDS= ${PY_SETUPTOOLS} \ |
16 |
${PYTHON_PKGNAMEPREFIX}pillow>=8.1.1:graphics/py-pillow@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} |
18 |
LIB_DEPENDS= libhidapi.so:comms/hidapi |
19 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} |
20 |
|
21 |
USES= python |
22 |
USE_GITHUB= yes |
23 |
GH_ACCOUNT= abcminiuser |
24 |
GH_PROJECT= python-elgato-streamdeck |
25 |
USE_PYTHON= autoplist pep517 |
26 |
|
27 |
.include <bsd.port.mk> |