Files
packages/anda/tools/umstellar/anda.hcl
T
Raboneko a1a27ec850 chore(umstellar): Update to modern Python build system (#5233) (#5255)
* chore(umstellar): Update to modern Python build system



* Update umstellar.spec



* chore: The funny arch thing



* chore: Do the stupid guidelines stuff also fix desc formatting heehoo weewoo



* fix: Add BuildArch to the Python package



---------


(cherry picked from commit 03184bccff)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-06-05 18:23:26 +08:00

7 lines
94 B
HCL

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