From 1b64a6f8abfb27a12f39a2ba9a92729b94975712 Mon Sep 17 00:00:00 2001 From: Tearran Date: Thu, 12 Dec 2024 18:55:48 +0000 Subject: [PATCH] update the software template keys --- tools/template/module_software_template.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/template/module_software_template.sh b/tools/template/module_software_template.sh index 63f5759f9..98b63b4ee 100644 --- a/tools/template/module_software_template.sh +++ b/tools/template/module_software_template.sh @@ -1,12 +1,18 @@ +declare -A module_options declare -A module_options module_options+=( ["module_template,author"]="@Tearran" + ["module_template,ref_link"]="@armbian" ["module_template,feature"]="module_template" ["module_template,example"]="install remove help" ["module_template,desc"]="Example module unattended interface." ["module_template,status"]="review" + ["module_template,doc_link"]="" # Add the doc_link key + ["module_template,group"]="Temp" # Add the group key + ["module_template,port"]="8080" # Add the port key + ["module_template,arch"]="aarch64" # Add the arch key ) function module_template() {