mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-16 08:30:37 +00:00
11 lines
154 B
HCL
11 lines
154 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "steam.spec"
|
|
}
|
|
// todo: force-arches macro?
|
|
// labels {
|
|
// multilib = 1
|
|
// }
|
|
}
|