mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
27dd9c08b8
I also formatted most of the hcl files Signed-off-by: windowsboy111 <wboy111@outlook.com>
15 lines
248 B
HCL
15 lines
248 B
HCL
project pkg {
|
|
rpm {
|
|
spec = "youki.spec"
|
|
|
|
// enable_scm = true
|
|
|
|
// scm_opts = {
|
|
// method = "git"
|
|
// git_get = "git clone --recursive https://github.com/containers/youki.git"
|
|
// write_tar = "True"
|
|
// package = "youki"
|
|
// }
|
|
}
|
|
}
|