mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
3966225591
* package arduino-cli * package arduino-lint * remove old files * package rpi-update * remove old files * exclusive arch in hcl * Lowercase s
10 lines
106 B
HCL
10 lines
106 B
HCL
project pkg {
|
|
arches = ["aarch64"]
|
|
rpm {
|
|
spec = "rpi-update.spec"
|
|
}
|
|
labels {
|
|
nightly = 1
|
|
}
|
|
}
|