mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-20 02:20:42 +00:00
add lorax
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
# Dummy spec file, Please see anda.hcl for how the actual spec file is generated
|
||||
Reference in New Issue
Block a user