From 154c6151ae7b4d48e3f61c7deb3ef577f5456ee3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 21 2020 12:49:43 +0000 Subject: Initial import --- diff --git a/README.md b/README.md deleted file mode 100644 index 754e178..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# mmapper - -The mmapper package \ No newline at end of file diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..118e249 --- /dev/null +++ b/container.yaml @@ -0,0 +1,17 @@ +compose: + modules: + - mmapper:master +flatpak: + # Derived from the project's domain name + id: org.mume.MMapper + branch: stable + # Binary to execute to run the app + command: mmapper + tags: [] + # Not sandboxed. See 'man flatpak-build-finish' + finish-args: | + --filesystem=host + --share=ipc + --socket=x11 + --socket=wayland + --socket=session-bus diff --git a/mmapper.yaml b/mmapper.yaml new file mode 100644 index 0000000..ff294b2 --- /dev/null +++ b/mmapper.yaml @@ -0,0 +1,35 @@ +--- +document: modulemd +version: 2 +data: + summary: Graphical MUME mapper + description: >- + MMapper is a graphical mapper for a MUD named MUME (Multi-Users in Middle Earth). + The game is traditionally played in a text-only mode, but MMapper tries to represent + the virtual world in user-friendly graphical environment. It acts as a proxy between + a telnet client and a MUD server, being able to analyze game data in real time + and show player's position in a map. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-runtime: [f32] + platform: [f32] + requires: + flatpak-runtime: [f32] + platform: [f32] + profiles: + default: + rpms: + - mmapper + components: + rpms: + miniupnpc: + rationale: Runtime dependency + ref: f32 + mmapper: + rationale: Application package + ref: f32 + buildorder: 10 +...