Globally add missing remote ID references to metadata.xml
[gentoo.git] / dev-haskell / skylighting / metadata.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>haskell@gentoo.org</email>
6                 <name>Gentoo Haskell</name>
7         </maintainer>
8         <use>
9                 <flag name="executable">Build the skylighting executable.</flag>
10         </use>
11         <longdescription>
12                 Skylighting is a syntax highlighting library with
13                 support for over one hundred languages.  It derives
14                 its tokenizers from XML syntax definitions used
15                 by KDE's KSyntaxHighlighting framework, so any
16                 syntax supported by that framework can be added.
17                 An optional command-line program is provided.
18                 Skylighting is intended to be the successor to
19                 highlighting-kate.
20         </longdescription>
21         <upstream>
22                 <remote-id type="github">jgm/skylighting</remote-id>
23         </upstream>
24 </pkgmetadata>