mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
1889d1d274
* 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>
7 lines
94 B
HCL
7 lines
94 B
HCL
project "pkg" {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "umstellar.spec"
|
|
}
|
|
}
|