15 lines
480 B
Bash
15 lines
480 B
Bash
# Template file for 'meson'
|
|
pkgname=meson
|
|
version=0.39.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=a421ec73ed934b7bc80437f3f70c9a936e33f92b808c164d8087fe43b5698fcb
|