mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 04:42:22 +00:00
78d1f299dd
* add: fx-autoconfig
* Remove unnecessary comment
* Add arches line to hcl so it only builds once
(cherry picked from commit 58363347fb)
Co-authored-by: Anna Simmons <anna@simmons.ovh>
7 lines
77 B
HCL
7 lines
77 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "fx-autoconfig.spec"
|
|
}
|
|
}
|