Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d81522864 |
3 changed files with 1 additions and 39 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# meson
|
||||
|
||||
The meson package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Useless
|
||||
36
meson.yaml
36
meson.yaml
|
|
@ -1,36 +0,0 @@
|
|||
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: f27
|
||||
python3: 3.6
|
||||
requires:
|
||||
platform: f27
|
||||
python3: 3.6
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue