mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
11 lines
130 B
HCL
11 lines
130 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64"]
|
|
rpm {
|
|
spec = "xavs2.spec"
|
|
}
|
|
labels {
|
|
mock = 1
|
|
weekly = 1
|
|
}
|
|
}
|