blob: 845068995eb66ac428f5b2ef6884204f785778fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= g810-led
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.2
CATEGORIES= misc
MAINTAINER= Alexander88207@protonmail.com
COMMENT= LED controller for Logitech G-series keyboards
WWW= https://github.com/MatMoul/g810-led
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= hidapi>0:comms/hidapi
LIB_DEPENDS= libhidapi.so:comms/hidapi
USES= gmake
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= MatMoul
MAKEFILE= makefile
.include <bsd.port.mk>
|