mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
23 lines
417 B
YAML
23 lines
417 B
YAML
distributable:
|
|
url: https://github.com/arduino/arduino-cli/archive/refs/tags/{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: arduino/arduino-cli
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
go.dev: '*'
|
|
script: |
|
|
./install.sh
|
|
mkdir -p {{prefix}}/bin
|
|
mv ./bin/* {{prefix}}/bin
|
|
|
|
provides:
|
|
- bin/arduino-cli
|
|
|
|
test: |
|
|
arduino-cli version | grep {{version}}
|