16 lines
470 B
Bash
16 lines
470 B
Bash
# 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
|
|
}
|