mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
437ecb5865
* add subrepo label * refactor: update package labels to use 'subrepo' instead of 'extra'
10 lines
136 B
HCL
10 lines
136 B
HCL
project pkg {
|
|
rpm {
|
|
spec = "rtaudio-nightly.spec"
|
|
}
|
|
labels {
|
|
nightly = 1
|
|
subrepo = "extras"
|
|
}
|
|
}
|