From 375f383f2a31d2461adb59747f84d9740ee16a5f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Oct 25 2019 16:21:15 +0000 Subject: Demodularizing --- diff --git a/README.md b/README.md deleted file mode 100644 index 67c601e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# meson - -The meson package \ No newline at end of file diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..37b2fe0 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Demodularizing diff --git a/meson.yaml b/meson.yaml deleted file mode 100644 index 02944d0..0000000 --- a/meson.yaml +++ /dev/null @@ -1,35 +0,0 @@ -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