mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-10 13:47:37 +00:00
437ecb5865
* add subrepo label * refactor: update package labels to use 'subrepo' instead of 'extra'
11 lines
142 B
HCL
11 lines
142 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "mesa.spec"
|
|
}
|
|
labels {
|
|
|
|
subrepo = "mesa"
|
|
}
|
|
}
|