mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 11:22:19 +00:00
903fdfc9d4
This is Git based so should be nightly.
(cherry picked from commit 273f27ce8d)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
12 lines
204 B
HCL
12 lines
204 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "libva-nvidia-driver.spec"
|
|
}
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
mock = 1
|
|
nightly = 1
|
|
}
|
|
}
|