New package: usb-reset-0.0.1

This commit is contained in:
Michael Aldridge 2017-12-29 13:55:44 -08:00
parent 3974b4d44d
commit c679b1f27f

View file

@ -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
}