add lorax

This commit is contained in:
Cappy Ishihara
2022-10-11 19:35:32 +07:00
parent 828d179d69
commit b177237500
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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"
}
}
}
+1
View File
@@ -0,0 +1 @@
# Dummy spec file, Please see anda.hcl for how the actual spec file is generated