New package: usbhid-dump-1.4
This commit is contained in:
parent
9ebc641fb8
commit
2c26cf248d
1 changed files with 17 additions and 0 deletions
17
srcpkgs/usbhid-dump/template
Normal file
17
srcpkgs/usbhid-dump/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'usbhid-dump'
|
||||||
|
pkgname=usbhid-dump
|
||||||
|
version=1.4
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
makedepends="libusb-devel"
|
||||||
|
short_desc="USB HID device dumping utility"
|
||||||
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://github.com/DIGImend/usbhid-dump"
|
||||||
|
distfiles="https://github.com/DIGImend/usbhid-dump/archive/${version}.tar.gz"
|
||||||
|
checksum=8e39092396bddbda3bc520b39417f78c09958efb3df1f2e16ff37006a3b1905d
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -i -f
|
||||||
|
}
|
Loading…
Reference in a new issue