mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 03:42:19 +00:00
2d1eced98e
* 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"
|
|
}
|
|
}
|