New package: qmk-0.0.27
This commit is contained in:
parent
b4f37e6bfb
commit
da4f67e0d6
1 changed files with 29 additions and 0 deletions
29
srcpkgs/qmk/template
Normal file
29
srcpkgs/qmk/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue