New package: qmk-0.0.27

This commit is contained in:
RinsedSloth 2020-02-08 19:27:30 +01:00 committed by John Zimmermann
parent b4f37e6bfb
commit da4f67e0d6

29
srcpkgs/qmk/template Normal file
View file

@ -0,0 +1,29 @@
# Template file for 'qmk'
pkgname=qmk
version=0.0.27
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-appdirs
python3-argcomplete
python3-colorama
python3-hjson
python3-nose2
flake8
python3-yapf
dfu-programmer
avrdude
dfu-util
avr-gcc
cross-arm-none-eabi-gcc"
short_desc="CLI tool for working with QMK firmware of mechanical keyboards"
maintainer="RinsedSloth <afernandezh@protonmail.com>"
license="MIT"
homepage="https://github.com/qmk/qmk_cli"
distfiles="${PYPI_SITE}/q/qmk/qmk-${version}.tar.gz"
checksum=83828e56dbde30f3d257e10667aa62e63b90a8ff6d2397ab5cab4ae100c1fd74
post_install() {
vlicense LICENSE
}