# Template file for 'qmk'
pkgname=qmk
version=1.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
# This includes the requirements from requirements.txt in the qmk_firmware
# repository as well, as without those this tool is pretty useless.
depends="avr-gcc avrdude cross-arm-none-eabi dfu-programmer dfu-util
 python3-Pygments python3-platformdirs python3-argcomplete python3-colorama
 python3-dotty-dict python3-hid python3-hjson python3-jsonschema python3-milc
 python3-pyserial python3-usb python3-Pillow python3-setuptools"
short_desc="Program to help users work with QMK Firmware"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/qmk/qmk_cli"
distfiles="${PYPI_SITE}/q/qmk/qmk-${version}.tar.gz"
checksum=164bd16c4c401b2b765ee4f017bcfa8141942ddf362961c4cba1975d8cb28a48

post_install() {
	vlicense LICENSE
}
