From b177237500fdac75aab133c3a9c56cd454d41bf3 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Tue, 11 Oct 2022 19:35:32 +0700 Subject: [PATCH] add lorax --- anda/lorax/anda.hcl | 15 +++++++++++++++ anda/lorax/lorax.spec | 1 + 2 files changed, 16 insertions(+) create mode 100644 anda/lorax/anda.hcl create mode 100644 anda/lorax/lorax.spec diff --git a/anda/lorax/anda.hcl b/anda/lorax/anda.hcl new file mode 100644 index 0000000000..eafb84806f --- /dev/null +++ b/anda/lorax/anda.hcl @@ -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" + } + } +} \ No newline at end of file diff --git a/anda/lorax/lorax.spec b/anda/lorax/lorax.spec new file mode 100644 index 0000000000..38e25f40fa --- /dev/null +++ b/anda/lorax/lorax.spec @@ -0,0 +1 @@ +# Dummy spec file, Please see anda.hcl for how the actual spec file is generated \ No newline at end of file