mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 04:42:22 +00:00
40e624cf74
* Clean up the mesa spec file * experiment: use matrices instead of multilib x86 --------- Signed-off-by: Cappy Ishihara <cappy@cappuchino.xyz>
12 lines
178 B
HCL
12 lines
178 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "mesa.spec"
|
|
}
|
|
labels {
|
|
|
|
extra = 1
|
|
}
|
|
arches = ["x86_64", "i386", "aarch64"]
|
|
}
|