New package: usbrelay-0.4

fixes #9048
This commit is contained in:
Rasmus Thomsen 2019-02-23 23:11:54 +01:00 committed by maxice8
parent dab043f843
commit 7507d6f135

14
srcpkgs/usbrelay/template Normal file
View file

@ -0,0 +1,14 @@
# 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"