Files
packages/anda/tools/umstellar/anda.hcl
T
Raboneko 1889d1d274 chore(umstellar): Update to modern Python build system (#5233) (#5254)
* 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:17 +08:00

7 lines
94 B
HCL

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