15 lines
476 B
Bash
15 lines
476 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="Enno Boland <gottox@voidlinux.org>"
|
|
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"
|