BuildSystem: Cleanup port install script with packaging

This commit is contained in:
2026-08-25 15:32:54 +03:00
parent b20a1640b2
commit 8a5557f4ae
3 changed files with 38 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
REVISION=1
source 'build.sh'
[[ "$VERSION" == 'git' ]] && VERSION=0.0
echo "${NAME}-${VERSION//[_-]/.}_${REVISION}.${BANAN_ARCH}"