Files
packages/anda/tools/abuild/anda.hcl
T
Raboneko ef0cc6bdf1 Add: abuild (#3175) (#3181)
* Add: abuild

* fix spacing and add noarch

(cherry picked from commit b0c9eb1d85)

Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2025-02-01 23:25:05 -06:00

6 lines
104 B
HCL

project pkg {
arches = ["x86_64"]
rpm {
spec = "abuild.spec"
}
}