18 lines
606 B
Bash
18 lines
606 B
Bash
# Template file for 'arduino-cli'
|
|
pkgname=arduino-cli
|
|
version=0.10.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/arduino/arduino-cli
|
|
short_desc="Arduino command line interface"
|
|
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/arduino/arduino-cli"
|
|
distfiles="https://github.com/arduino/arduino-cli/archive/${version}.tar.gz"
|
|
checksum=165347f8eb7d34c669ef3cee42bede9faffd5f0bb7ae0ece16c806a6230e8790
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
# the downloaded toolchains use glibc, this allows them to work on musl
|
|
*-musl) depends+=" gcompat" ;;
|
|
esac
|