initial import
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
f841b6ebe0
commit
fcdfc482f0
1 changed files with 35 additions and 0 deletions
35
meson.yaml
Normal file
35
meson.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
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: []
|
||||
requires:
|
||||
platform: []
|
||||
ninja: []
|
||||
references:
|
||||
community: https://mesonbuild.com/
|
||||
documentation: https://mesonbuild.com/
|
||||
tracker: https://github.com/mesonbuild/meson/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- meson
|
||||
api:
|
||||
rpms:
|
||||
- meson
|
||||
components:
|
||||
rpms:
|
||||
meson:
|
||||
rationale: Main component.
|
||||
ref: latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue