New package: usb-reset-0.0.1
This commit is contained in:
parent
3974b4d44d
commit
c679b1f27f
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'usb-reset'
|
||||
pkgname=usb-reset
|
||||
version=0.0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Simulate a USB Disconnect and Reconnect"
|
||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/the-maldridge/usb-reset"
|
||||
distfiles="https://github.com/the-maldridge/usb-reset/archive/v${version}.tar.gz"
|
||||
checksum=4aa9c4ec27e9926660cbdb5d51c972ea076b1326ee6b7d539409528bae1e0299
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue