File: srcrelease.sh

package info (click to toggle)
csoundqt 1.1.1%2Bdfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 103,216 kB
  • sloc: cpp: 37,640; python: 2,070; xml: 2,034; sh: 340; makefile: 20; perl: 8
file content (13 lines) | stat: -rwxr-xr-x 485 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

echo Enter version number:
read QUTECSOUND_VERSION

git archive --format tar.gz -v --output csoundqt-${QUTECSOUND_VERSION}-src.tar.gz ${QUTECSOUND_VERSION}

#git clone git://qutecsound.git.sourceforge.net/gitroot/qutecsound/qutecsound csoundqt-$QUTECSOUND_VERSION-src
#git checkout $QUTECSOUND_VERSION
#rm -Rf csoundqt-$QUTECSOUND_VERSION-src/.git
#tar -czf csoundqt-$QUTECSOUND_VERSION-src.tar.gz csoundqt-$QUTECSOUND_VERSION-src
#rm -Rf csoundqt-$QUTECSOUND_VERSION-src