New package: supercollider-3.6.99

This commit is contained in:
Andrea Brancaleoni 2015-10-04 03:18:06 +02:00
parent 2dd8d24394
commit 18f80a0bd6
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'supercollider'
pkgname=supercollider
version=3.6.99
revision=1
_commit=b305a24
build_style=cmake
hostmakedepends="cmake git perl pkg-config"
makedepends="jack-devel fftw-devel qt5-webkit-devel yaml-cpp-devel libsndfile-devel libXt-devel qt5-sensors-devel avahi-libs-devel qt5-declarative-devel qt5-devel qt5-plugin-odbc qt5-plugin-sqlite qt5-plugin-tds qt5-plugin-mysql qt5-plugin-pgsql qt5-location-devel qt5-tools-devel emacs"
short_desc="An environment and programming language for real time audio synthesis"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="https://github.com/$pkgname/$pkgname"
do_fetch() {
git clone $homepage $pkgname-$version
cd $pkgname-$version
git checkout $_commit
git submodule init && git submodule update
}