This commit is contained in:
ag-tsotetsi
2026-03-22 21:30:15 +02:00
parent 1b605aaef1
commit 409517b49f
10 changed files with 733 additions and 179 deletions

15
build.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -euo pipefail
umask 022
. version.bash
. flags.bash
. utilities.bash
STAGE="$1"
PACKAGE="$2"
. "stage/${MODE}/${PACKAGE}.bash"