Better licences page

This commit is contained in:
William Bouzourène 2025-01-17 13:53:59 +01:00
parent b7f0d6f8b2
commit e550278056
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
5 changed files with 1219 additions and 1046 deletions

View file

@ -2,7 +2,7 @@
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
TPL_LOCATION="$SCRIPT_DIR/template.html"
STATIC_LOCATION="$SCRIPT_DIR/../static/licences.html"
STATIC_LOCATION="$SCRIPT_DIR/../views/licences.html"
PROJECT_URL="git.readonly.ch/bouzoure/pop-camarades"
go-licenses report "$PROJECT_URL" --template "$TPL_LOCATION" > "$STATIC_LOCATION"