Files
packages/anda/tools/lorax/anda.hcl
T
madomado 5a1f0a0bf7 bump: lorax (#278)
Signed-off-by: madomado <wboy111@outlook.com>
2023-03-15 21:46:17 -07:00

16 lines
343 B
HCL

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