diff --git a/meson.yaml b/meson.yaml new file mode 100644 index 0000000..24d4883 --- /dev/null +++ b/meson.yaml @@ -0,0 +1,36 @@ +document: modulemd +version: 1 +data: + summary: The Meson Build system + description: >- + Meson is an open source build system meant to be both extremely fast, + and, even more importantly, as user friendly as possible. + + The main design point of Meson is that every moment a developer spends + writing or debugging build definitions is a second wasted. So is every + second spent waiting for the build system to actually start compiling code. + license: + module: [ MIT ] + dependencies: + buildrequires: + platform: master + python3: master + requires: + platform: master + python3: master + ninja: master + references: + community: http://mesonbuild.com/ + documentation: http://mesonbuild.com/ + tracker: https://github.com/mesonbuild/meson/issues + profiles: + default: + rpms: + - meson + api: + rpms: + - meson + components: + rpms: + meson: + rationale: Main component.