mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 02:42:19 +00:00
740824a8fc
* chore: reorganise folders * more renames --------- Co-authored-by: Lleyton Gray <lleyton@fyralabs.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"
|
|
// }
|
|
}
|
|
}
|