mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
c099a1d4f6
* arduino flasher
* -a-L
* dont need probably
* fix(arduino-flasher-cli): make it build
* use x86_64
---------
(cherry picked from commit 3d13c6521f)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Jaiden Riordan <jade@fyralabs.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"
|
|
}
|
|
}
|