File appdata.patch of Package howl
From 5907d85c7dcfc0ed8d48653748c7c5dbccb5c852 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
<Mailaender@users.noreply.github.com>
Date: Sun, 29 Jan 2017 09:11:57 +0100
Subject: [PATCH] Add an appdata.xml file.
---
share/appdata/howl.appdata.xml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 share/appdata/howl.appdata.xml
diff --git a/share/appdata/howl.appdata.xml b/share/appdata/howl.appdata.xml
new file mode 100644
index 0000000..5a131eb
--- /dev/null
+++ b/share/appdata/howl.appdata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>howl.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>MIT</project_license>
+ <name>Howl</name>
+ <summary>Lightweight editor with keyboard-centric minimalistic interface</summary>
+ <description>
+ <p>
+ Howl is a general purpose editor that aims to be both lightweight
+ and fully customizable. It is built on top of the very fast LuaJIT
+ runtime, and can be extended in either Lua or Moonscript. It has a
+ minimalistic UI driven mainly by the keyboard.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image width="1048" height="480">
+ http://howl.io/images/screenshots/monokai/buffer-replace.png
+ </image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">http://howl.io</url>
+ <updatecontact>nino at nordman.org</updatecontact>
+</component>