diff --git a/srcpkgs/sc3-plugins/template b/srcpkgs/sc3-plugins/template new file mode 100644 index 00000000000..995b2ec4f32 --- /dev/null +++ b/srcpkgs/sc3-plugins/template @@ -0,0 +1,25 @@ +# Template file for 'sc3-plugins' +pkgname=sc3-plugins +version=3.8.0 +revision=1 +only_for_archs="i686 x86_64" +build_style=cmake +configure_args="-DCMAKE_INSTALL_PREFIX=/usr \ + -DSC_PATH=/usr/include/SuperCollider \ + -DCMAKE_BUILD_TYPE=Release \ + -DSUPERNOVA=ON" +hostmakedepends="pkg-config git" +makedepends="supercollider fftw-devel" +depends="supercollider" +short_desc="Extension plugins for the SuperCollider3 audio synthesis server" +maintainer="Jarbowski " +license="GPL-2" +homepage="https://github.com/supercollider/sc3-plugins" +wrksrc=${pkgname} + +do_fetch() { + git clone ${homepage} + cd ${wrksrc} + git checkout Version-${version} + git submodule update --init --recursive +} \ No newline at end of file diff --git a/srcpkgs/sc3-plugins/update b/srcpkgs/sc3-plugins/update new file mode 100644 index 00000000000..4065ffdb51d --- /dev/null +++ b/srcpkgs/sc3-plugins/update @@ -0,0 +1,3 @@ +site="https://api.github.com/repos/supercollider/sc3-plugins/tags" +pattern='Version-\K([\d\.]+)' +ignore="*beta*" \ No newline at end of file