summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/skylighting-core/metadata.xml')
-rw-r--r--dev-haskell/skylighting-core/metadata.xml22
1 files changed, 6 insertions, 16 deletions
diff --git a/dev-haskell/skylighting-core/metadata.xml b/dev-haskell/skylighting-core/metadata.xml
index 4dccbfb7b1c7..0482b5459a92 100644
--- a/dev-haskell/skylighting-core/metadata.xml
+++ b/dev-haskell/skylighting-core/metadata.xml
@@ -1,25 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
- <flag name="executable">Build the skylighting executable.</flag>
+ <flag name="executable">Build skylighting-extract tool</flag>
</use>
- <longdescription>
- Skylighting is a syntax highlighting library.
- It derives its tokenizers from XML syntax
- definitions used by KDE&#39;s KSyntaxHighlighting
- framework, so any syntax supported by that
- framework can be added. An optional command-line
- program is provided.
- Skylighting is intended to be the successor to
- highlighting-kate.
- This package provides the core highlighting
- functionality under a permissive license. It also
- bundles XML parser definitions licensed under the
- GPL.
- </longdescription>
+ <upstream>
+ <remote-id type="hackage">skylighting-core</remote-id>
+ <remote-id type="github">jgm/skylighting</remote-id>
+ </upstream>
</pkgmetadata>