The meson
plugin is useful for building Meson-based parts.
Projects using the Meson build system will contain a meson.build file that drives the build, and the plugin runs the following to build your project:
meson snapbuild
ninja
ninja install
This plugin uses the common plugin keywords as well as those for “sources”. For more information, see Snapcraft parts metadata.
Additionally, this plugin uses the following plugin-specific keywords:
meson-parameters
(list of strings)For examples, search GitHub for projects already using the plugin.
ⓘ This is a snapcraft plugin. See Snapcraft plugins and Supported plugins for further details on how plugins are used.