20 lines
592 B
Bash
20 lines
592 B
Bash
# Template file for 'wally-cli'
|
|
pkgname=wally-cli
|
|
version=2.0.1
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/zsa/wally-cli"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libusb-devel pkg-config go-bindata"
|
|
depends="wally-udev-rules"
|
|
short_desc="Flashing firmware for ZSA keyboards"
|
|
maintainer="Wayne Van Son <waynevanson@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://www.zsa.io/wally/"
|
|
distfiles="https://github.com/zsa/wally-cli/archive/${version}-linux.tar.gz"
|
|
checksum=071b1bd10e9160c441e833be3bea211ccf835c4f1792b0c6c7fc86f7aa0695d1
|
|
|
|
post_install() {
|
|
vlicense "${wrksrc}/license.md"
|
|
}
|