platform/miyoo: scripted versioning
authorApaczer <94932128+Apaczer@users.noreply.github.com>
Mon, 15 Jul 2024 21:13:09 +0000 (23:13 +0200)
committeririxxxx <31696370+irixxxx@users.noreply.github.com>
Tue, 16 Jul 2024 20:58:11 +0000 (22:58 +0200)
update pkg.cfg

platform/miyoo/pkg.cfg

index dd5fa0d..940cf27 100644 (file)
@@ -12,8 +12,8 @@ CLEAN=""
 # ENV VAR.
 ## Specific (mandatory to provide!)
 TARGET="picodrive"  # replace with binary name
-VERSION="v2.00"  # replace with correct release version if exist
-
+VERSION="$(cut -d'"' -f2 platform/common/version.h)"  # replace with correct release version if exist
+test "$(git describe --tags --exact-match HEAD 2>/dev/null)" == "" && VERSION="${VERSION}-$(git rev-parse --short HEAD || echo unknown)"
 ## Generic - common to all apps (better to not modify)
 HOMEPATH="/mnt"
 RELEASEDIR=""