From dbb7b1b55b9fefe29b4c2f14a61bc15b05dcd733 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sun, 14 Oct 2018 14:51:21 +0200 Subject: [PATCH] add the initial modulemd --- skychart.yaml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 skychart.yaml diff --git a/skychart.yaml b/skychart.yaml new file mode 100644 index 0000000..9e26c0c --- /dev/null +++ b/skychart.yaml @@ -0,0 +1,58 @@ +--- +document: modulemd +version: 2 +data: + summary: Planetarium software for the advanced amateur astronomer + description: >- + This program enables you to draw sky charts, making use of the data in 16 catalogs + of stars and nebulae. In addition the position of planets, asteroids and comets + are shown. + + The purpose of this program is to prepare different sky maps for a particular + observation. A large number of parameters help you to choose specifically or automatically + which catalogs to use, the colour and the dimension of stars and nebulae, the + representation of planets, the display of labels and coordinate grids, the superposition + of pictures, the condition of visibility and more. All these features make this + celestial atlas more complete than a conventional planetarium. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + profiles: + default: + description: Minimal installation with default catalogs and documentation. + rpms: + - skychart + - skychart-doc + additional-stars: + description: Core program, documentation and additional star catalogs. + rpms: + - skychart + - skychart-doc + - skychart-data-stars + additional-dso: + description: Core program, documentation and additional Deep Sky catalogs. + rpms: + - skychart + - skychart-doc + - skychart-data-dso + full: + description: Core program, documentation and all available additional catalogs. + rpms: + - skychart + - skychart-doc + - skychart-data-stars + - skychart-data-dso + api: + rpms: + - skychart + components: + rpms: + skychart: + rationale: Package in api + buildorder: 10 +...