mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
3d13c6521f
* arduino flasher * -a-L * dont need probably Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * fix(arduino-flasher-cli): make it build * use x86_64 --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: metcya <metcya@gmail.com> Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
7 lines
84 B
HCL
7 lines
84 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "arduino-flasher-cli.spec"
|
|
}
|
|
}
|