diff --git a/srcpkgs/usbrelay/template b/srcpkgs/usbrelay/template new file mode 100644 index 00000000000..52220b78f7a --- /dev/null +++ b/srcpkgs/usbrelay/template @@ -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 >" +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"