diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template new file mode 100644 index 00000000000..b58a01b84b2 --- /dev/null +++ b/srcpkgs/meson/template @@ -0,0 +1,15 @@ +pkgname=meson +version=0.30.0 +revision=1 +noarch=yes +build_style=python-module +python_versions="3.4" +pycompile_version="3.4" +hostmakedepends="python3.4-devel" +depends="python3.4 ninja" +short_desc="A super fast build system" +license="Apache-2.0" +maintainer="Dylan Katz " +homepage="http://mesonbuild.com" +distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz" +checksum="7a1760f255b62cba25b4d5afd6f96f6568ebb53668fd844847b8e00f7da69851"