15 lines
480 B
Bash
15 lines
480 B
Bash
# Template file for 'meson'
|
|
pkgname=meson
|
|
version=0.44.0
|
|
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=5cdbc68c63b5b4a8ee862ab3b6393a2633487ebc9b3e1c3da1091b9c912d1d95
|