mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 01:21:57 +00:00
12 lines
255 B
HCL
12 lines
255 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "LCEVCdec.spec"
|
|
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-multimedia"]
|
|
}
|
|
labels {
|
|
mock = 1
|
|
subrepo = "multimedia"
|
|
}
|
|
}
|