summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDavid Gumberg <davidzgumberg@gmail.com>2014-02-14 23:23:45 -0800
committerShadowNinja <shadowninja@minetest.net>2014-06-13 13:51:01 -0400
commitc39e46c00d41c534eb33e608e2536edde9212876 (patch)
tree8f2c21a74b9da0f25c35f12c715dbd8734fc3647 /misc
parentc78aa7cf24a568bd14d3ff1dfaaca9356a02666a (diff)
downloadminetest-c39e46c00d41c534eb33e608e2536edde9212876.tar.gz
minetest-c39e46c00d41c534eb33e608e2536edde9212876.tar.bz2
minetest-c39e46c00d41c534eb33e608e2536edde9212876.zip
Add AppData file
Diffstat (limited to 'misc')
-rw-r--r--misc/minetest.appdata.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/misc/minetest.appdata.xml b/misc/minetest.appdata.xml
new file mode 100644
index 000000000..6ef8b7f62
--- /dev/null
+++ b/misc/minetest.appdata.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">minetest.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>LGPL-2.1+ and CC-BY-SA-3.0 and MIT and Apache-2.0</project_license>
+ <name>Minetest</name>
+ <summary>Multiplayer infinite-world block sandbox game</summary>
+ <description>
+ <p>
+ Minetest is an infinite-world block sandbox game and game engine.
+ </p><p>
+ Players can create and destroy various types of blocks in a
+ three-dimensional open world. This allows forming structures in
+ every possible creation, on multiplayer servers or in singleplayer.
+ </p><p>
+ Minetest is designed to be simple, stable, and portable.
+ It is lightweight enough to run on fairly old hardware.
+ </p><p>
+ Minetest has many features, including:
+ </p>
+ <ul>
+ <li>Ability to walk around, dig, and build in a near-infinite voxel world</li>
+ <li>Crafting of items from raw materials</li>
+ <li>Fast and able to run on old and slow hardware</li>
+ <li>A simple modding API that supports many additions and modifications to the game</li>
+ <li>Multiplayer support via servers hosted by users</li>
+ <li>Beautiful lightning-fast map generator</li>
+ </ul>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="1440" height="851">http://minetest.net/_media/screen2.png</screenshot>
+ <screenshot width="1440" height="851">http://minetest.net/_media/screenshot_4032289578.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://minetest.net</url>
+ <updatecontact>sfan5@live.de</updatecontact>
+</application>