File sugar-fiftytwo-checkout.sh of Package sugar-fiftytwo
#!/bin/bash # This script bsed on a template from the Fedora Project wiki # https://fedoraproject.org/wiki/Packaging/SugarActivityGuidelines # # sugar-fiftytwo-checkout.sh NAME=FiftyTwo REPO_NAME=fiftytwo VERSION=2 rm -rf $NAME-$VERSION git clone git://dev.laptop.org/git/activities/$REPO_NAME $NAME-$VERSION tar -cjvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION --exclude=.git rm -rf $NAME-$VERSION