mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 11:52:17 +00:00
10 lines
183 B
HCL
10 lines
183 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "libva-nvidia-driver.spec"
|
|
}
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
mock = 1
|
|
}
|
|
} |