void-packages/srcpkgs/qmk/template

30 lines
678 B
Bash
Raw Normal View History

2020-02-08 18:27:30 +00:00
# Template file for 'qmk'
pkgname=qmk
2020-02-24 18:17:14 +00:00
version=0.0.29
2020-02-08 18:27:30 +00:00
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"
2020-02-24 18:17:14 +00:00
checksum=fca89274a037d7922840097663426cfb6b4a29a5950b94e8975d5169acf02772
2020-02-08 18:27:30 +00:00
post_install() {
vlicense LICENSE
}