7507d6f135
fixes #9048
14 lines
489 B
Bash
14 lines
489 B
Bash
# Template file for 'usbrelay'
|
|
pkgname=usbrelay
|
|
version=0.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="hidapi-devel"
|
|
short_desc="Control usb relay - based on hidapi"
|
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/darrylb123/usbrelay"
|
|
distfiles="https://github.com/darrylb123/usbrelay/archive/v${version}.tar.gz"
|
|
checksum=d6e1b6ae4bf0a57d3280385f11ebda981052c5c50db68127b5f276d5c2f20bbf
|
|
|
|
LDFLAGS="-lhidapi-hidraw"
|