mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 10:03:51 +02:00
Merge pull request #3854 from muddmaker/master
New package: meson-0.30.0
This commit is contained in:
commit
a9a4538b60
1 changed files with 15 additions and 0 deletions
15
srcpkgs/meson/template
Normal file
15
srcpkgs/meson/template
Normal file
|
@ -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 <muddmaker.97@gmail.com>"
|
||||||
|
homepage="http://mesonbuild.com"
|
||||||
|
distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz"
|
||||||
|
checksum="7a1760f255b62cba25b4d5afd6f96f6568ebb53668fd844847b8e00f7da69851"
|
Loading…
Add table
Reference in a new issue