Files
packages/anda/tools/lorax/anda.hcl
T
lleyton 3ec4b95704 bump
2022-12-14 17:57:13 -08:00

17 lines
365 B
HCL

project "pkg" {
rpm {
spec = "lorax.spec"
enable_scm = true
scm_opts = {
method = "git"
package = "lorax"
branch = "lorax-38.4-1"
write_tar = "true"
spec = "lorax.spec"
update = ""
git_get = "git clone https://github.com/weldr/lorax.git"
}
}
}