Files
packages/anda/tools/lorax/anda.hcl
T
windowsboy111 e47a89d89b Update anda.hcl
2022-12-02 12:37:45 +08:00

16 lines
345 B
HCL

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