Files
packages/anda/tools/lorax/anda.hcl
T
windowsboy111 cd54536a83 Tidy up lorax
2023-01-04 12:00:04 +08:00

16 lines
335 B
HCL

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