1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# Meson - fast and user friendly build system # https://mesonbuild.com/ [package] name = "meson" version = "1.11.2" release = 1 description = "Fast and user friendly build system (pure Python)" url = "https://mesonbuild.com/" license = "Apache-2.0" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["python"] build = ["python", "ninja"] [[source]] file = "meson-1.11.2.tar.gz" urls = ["https://github.com/mesonbuild/meson/releases/download/1.11.2/meson-1.11.2.tar.gz"] checksum = "698feae069cef3ecd4d7aaf281d7df359bdfcf555a9a1564383d3b913fa8a736" [build] parallel = false