mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 02:42:19 +00:00
16 lines
338 B
HCL
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"
|
|
// }
|
|
}
|
|
}
|