mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
New package: supercollider-3.6.99
This commit is contained in:
parent
2dd8d24394
commit
18f80a0bd6
1 changed files with 19 additions and 0 deletions
19
srcpkgs/supercollider/template
Normal file
19
srcpkgs/supercollider/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue