4ca1cb7438
cross-arm-none-eabi pulls in both cross-arm-none-eabi-gcc and cross-arm-none-eabi-newlib, and I found out the latter is also needed to build at least planck/rev6 firmware, and likely other keyboards with ARM based controllers. Found out with help from Discord users Erovia and fauxpark on the qmk server. Using cross-arm-none-eabi as dep to get -newlib suggested by @ericonr.
29 lines
674 B
Bash
29 lines
674 B
Bash
# Template file for 'qmk'
|
|
pkgname=qmk
|
|
version=0.0.34
|
|
revision=2
|
|
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"
|
|
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=54b751abc83fd985e06bf3b5407070ba3321d5fb8d69419845982b3a48673a7d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|