mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
qmk: update to 1.1.2.
This commit is contained in:
parent
25fd1045f6
commit
135e1545be
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qmk'
|
||||
pkgname=qmk
|
||||
version=1.0.0
|
||||
revision=2
|
||||
version=1.1.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel"
|
||||
# This includes the requirements from requirements.txt in the qmk_firmware
|
||||
|
@ -10,12 +10,12 @@ depends="avr-gcc avrdude cross-arm-none-eabi dfu-programmer dfu-util
|
|||
python3-Pygments python3-appdirs python3-argcomplete python3-colorama
|
||||
python3-dotty-dict python3-hid python3-hjson python3-jsonschema python3-milc
|
||||
python3-nose2 python3-usb python3-yapf"
|
||||
short_desc="CLI tool for working with QMK firmware of mechanical keyboards"
|
||||
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=da62eec73c4548cc37b0b9be3937202dc3a301dc2f2663610ecca751a610f9ca
|
||||
checksum=f871f88f1a0ca31ba31a009d716417e46bc538a4f8df8ede6a801c9076c22998
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue