20 lines
792 B
Bash
20 lines
792 B
Bash
# Template file for 'supercollider'
|
|
pkgname=supercollider
|
|
version=3.6.99
|
|
revision=2
|
|
_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
|
|
}
|