File download_tgz.sh of Package umu-launcher
#!/bin/bash NAME="umu-launcher" VERSION="1.1.4" URL="https://github.com/Open-Wine-Components/umu-launcher.git" FILE=$NAME-$VERSION git clone --single-branch --branch $VERSION --depth 1 $URL $FILE pushd $FILE git checkout $VERSION popd tar -czvf $FILE.tar.gz $FILE rm -rf $FILE