Files
packages/anda/rust/youki/anda.hcl
T
Cappy Ishihara 6e439d586d add rust pkgs
2022-10-10 09:47:00 +07:00

16 lines
338 B
HCL

project "pkg" {
rpm {
spec = "youki.spec"
sources = "."
// enable_scm = true
// scm_opts = {
// method = "git"
// git_get = "git clone --recursive https://github.com/containers/youki.git"
// write_tar = "True"
// package = "youki"
// }
}
}