1 # Contributor: Robert Schwarz <mail@rschwarz.net>
5 pkgdesc="a JACK MIDI real-time tuner"
7 url="http://rschwarz.net/fishnpitch.htm"
9 depends=('jack-audio-connection-kit')
10 makedepends=('jack-audio-connection-kit')
12 conflicts=(fishnpitch)
14 md5sums=() #generate with 'makepkg -g'
16 _gitroot="git://github.com/leethargo/fishnpitch.git"
21 msg "Connecting to GIT server...."
23 if [ -d $_gitname ] ; then
24 cd $_gitname && git pull origin
25 msg "The local files are updated."
30 msg "GIT checkout done or server timeout"
31 msg "Starting make..."
33 rm -rf "$srcdir/$_gitname-build"
34 cp -r "$srcdir/$_gitname" "$srcdir/$_gitname-build"
35 cd "$srcdir/$_gitname-build"
43 cp fishnpitch ${pkgdir}/bin