15 lines
480 B
Bash
15 lines
480 B
Bash
# Template file for 'meson'
|
|
pkgname=meson
|
|
version=0.40.1
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="mesonbuild"
|
|
hostmakedepends="python3-devel"
|
|
depends="python3 ninja"
|
|
short_desc="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=b90c25088e074130820fd3870e60829085384d78f36c0e3f34d626047d8e867a
|