mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
c7ee1b342e
(cherry picked from commit 77368a3ce5)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
13 lines
268 B
HCL
13 lines
268 B
HCL
project pkg {
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
rpm {
|
|
spec = "ffmpeg.spec"
|
|
extra_repos = ["https://repos.fyralabs.com/terra\\$releasever-nvidia"]
|
|
}
|
|
labels {
|
|
updbranch = 1
|
|
mock = 1
|
|
subrepo = "extras"
|
|
}
|
|
}
|