2.50. meson-0.53.1

#!/bin/sh
# Copyright © 1999-2020 Gerard Beekmans
# Copyright © 2020 Random Crew
# Distributed under the terms of MIT License.

Configuration

src_config()
{
    python3 setup.py \
        build
}

Compilation

src_compile()
{
    return
}

Installation

src_install()
{
    python3 setup.py install --root=${D}
}

Build code

meson.build

Other files

meta.txt

Links

url.lfs: https://linuxfromscratch.org/lfs/view/9.1/chapter06/meson.html