mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
arduino-cli: update to 1.2.0.
This commit is contained in:
parent
0850846ef3
commit
11d272fc5a
1 changed files with 7 additions and 3 deletions
|
@ -1,17 +1,21 @@
|
|||
# Template file for 'arduino-cli'
|
||||
pkgname=arduino-cli
|
||||
version=1.1.1
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper="qemu"
|
||||
go_import_path=github.com/arduino/arduino-cli
|
||||
go_ldflags="-X ${go_import_path}/version.versionString=${version}"
|
||||
go_ldflags="
|
||||
-X ${go_import_path}/internal/version.versionString=${version}
|
||||
-X ${go_import_path}/internal/version.commit=v${version}
|
||||
-X ${go_import_path}/internal/version.date=${SOURCE_DATE_EPOCH}
|
||||
"
|
||||
short_desc="Arduino command line interface"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/arduino/arduino-cli"
|
||||
distfiles="https://github.com/arduino/arduino-cli/archive/v${version}.tar.gz"
|
||||
checksum=df09593aee5f9e03b4aa4321fca90def01336f11681d87d57e5c73e4574a92cc
|
||||
checksum=f576e40873037e39cdd1a8297b34aa8305b53e2268307944765778a925dba0f1
|
||||
# Tests do not find executable in build environment
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue