mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
54f360b006
commit
7bd86eed12
1 changed files with 5 additions and 5 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'qmk'
|
# Template file for 'qmk'
|
||||||
pkgname=qmk
|
pkgname=qmk
|
||||||
version=1.1.5
|
version=1.1.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel"
|
hostmakedepends="python3-wheel"
|
||||||
# This includes the requirements from requirements.txt in the qmk_firmware
|
# This includes the requirements from requirements.txt in the qmk_firmware
|
||||||
# repository as well, as without those this tool is pretty useless.
|
# repository as well, as without those this tool is pretty useless.
|
||||||
depends="avr-gcc avrdude cross-arm-none-eabi dfu-programmer dfu-util
|
depends="avr-gcc avrdude cross-arm-none-eabi dfu-programmer dfu-util
|
||||||
python3-Pygments python3-appdirs python3-argcomplete python3-colorama
|
python3-Pygments python3-platformdirs python3-argcomplete python3-colorama
|
||||||
python3-dotty-dict python3-hid python3-hjson python3-jsonschema python3-milc
|
python3-dotty-dict python3-hid python3-hjson python3-jsonschema python3-milc
|
||||||
python3-nose2 python3-pyserial python3-usb python3-yapf python3-Pillow"
|
python3-pyserial python3-usb python3-Pillow python3-setuptools"
|
||||||
short_desc="Program to help users work with QMK Firmware"
|
short_desc="Program to help users work with QMK Firmware"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/qmk/qmk_cli"
|
homepage="https://github.com/qmk/qmk_cli"
|
||||||
distfiles="${PYPI_SITE}/q/qmk/qmk-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/q/qmk/qmk-${version}.tar.gz"
|
||||||
checksum=2efe3c752230c6ba24b8719c3b6e85a5644bf8f7d0dd237757eda9b7b7e60b11
|
checksum=dc436cdbabf2f8cec6dbad453de3832be01bac8e7e9c19075c29866ee22a8b50
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue