11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
|
|
export TARGET_REPO=LibreCloud/Upclapi
|
|
export SOURCE_PATH="."
|
|
export SOURCE_NAME="upclapi"
|
|
export SOURCE_TITLE="{...} UpClapi"
|
|
export BUILD_SOURCE="$SOURCE_PATH/build/$SOURCE_NAME"
|
|
|
|
export TAG=$(grep VERSION "$SOURCE_PATH/main.go" | grep "=" | cut -f2 -d"=" | sed 's/"//g' | sed 's/ //g')
|
|
export REV_TAG="master"
|
|
export DFLT_BUILD_ARGS="darwin amd64 MacOS"
|