From 89ffa9cb8866ef41b7434e0a886bccee9d563ede Mon Sep 17 00:00:00 2001 From: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:11:22 +0000 Subject: [PATCH] Create anda.hcl for lightly-qt6 Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com> --- anda/themes/lightly-qt6/anda.hcl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 anda/themes/lightly-qt6/anda.hcl diff --git a/anda/themes/lightly-qt6/anda.hcl b/anda/themes/lightly-qt6/anda.hcl new file mode 100644 index 0000000000..a58b705652 --- /dev/null +++ b/anda/themes/lightly-qt6/anda.hcl @@ -0,0 +1,6 @@ +project "pkg" { + arches = ["x86_64", "aarch64"] + rpm { + spec = "lightly-qt6.spec" + } +}