initial import
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
4b6522cb4c
commit
0d771e5e4e
1 changed files with 33 additions and 0 deletions
33
ninja.yaml
Normal file
33
ninja.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: Small build system with a focus on speed
|
||||
description: >-
|
||||
This module includes Ninja build system. Ninja is a small build system
|
||||
with a focus on speed. It differs from other build systems
|
||||
in two major respects: it is designed to have its input files generated
|
||||
by a higher-level build system, and it is designed to run builds
|
||||
as fast as possible.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
requires:
|
||||
platform: master
|
||||
references:
|
||||
community: https://ninja-build.org/
|
||||
documentation: https://ninja-build.org/manual.html
|
||||
tracker: https://github.com/ninja-build/ninja/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- ninja-build
|
||||
api:
|
||||
rpms:
|
||||
- ninja-build
|
||||
components:
|
||||
rpms:
|
||||
ninja-build:
|
||||
rationale: Main component.
|
||||
ref: master
|
||||
Loading…
Add table
Add a link
Reference in a new issue