BuildSystem: Cleanup port install script with packaging
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
REVISION=1
|
||||
|
||||
source 'build.sh'
|
||||
|
||||
[[ "$VERSION" == 'git' ]] && VERSION=0.0
|
||||
|
||||
echo "${NAME}-${VERSION//[_-]/.}_${REVISION}.${BANAN_ARCH}"
|
||||
Reference in New Issue
Block a user