Добавлена сборка пакетов для openbsd

This commit is contained in:
svk
2026-01-22 20:15:16 +03:00
parent 4f0e746128
commit cf41075f42
4 changed files with 247 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
cd ../
VERSION=$(grep Version projman.tcl | grep -oE '\b[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}\b')
RELEASE=$(grep Release projman.tcl | grep -oE '[0-9A-Za-z]+$')
RELEASE=$(grep "# Release" projman.tcl | grep -oE '[0-9A-Za-z]+$')
BUILD_DATE=$(date +%d%m%Y%H%M%S)
TXT="# Build: ${BUILD_DATE}"
echo "$VERSION, $RELEASE, $BUILD_DATE"