Files
packages/anda/lorax/anda.hcl
T
Cappy Ishihara b177237500 add lorax
2022-10-11 19:35:32 +07:00

15 lines
344 B
HCL

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