hampack-manager

This commit is contained in:
David Young
2026-03-31 14:56:14 -06:00
parent 5483d413da
commit a649fdd1e2
4 changed files with 545 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#
# Purpose : Compile and install applications from compile.conf
CONF_FILE="$HOME/.local/share/HamPack/compile.conf"
CONF_FILE="${HAMPACK_COMPILE_CONF:-$HOME/.local/share/HamPack/compile.conf}"
TMP_DIR="/tmp/hampack-build"
VERSION_FILE="$HOME/.local/state/HamPack/.installed_versions"