mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 06:00:39 +00:00
17 lines
365 B
HCL
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"
|
|
}
|
|
}
|
|
}
|