Files
packages/anda/rust/youki/anda.hcl
T
2023-11-01 18:03:46 +08:00

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"
// }
}
}