summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 10:13:19 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:01:44 +0100
commit2c0dd0e4fa72162f5fd58b54c3d6b61dadf3d0fe (patch)
treec5c73691d714831eef8fa4eb9caa6354f481f6f0 /dev-haskell/hakyll/metadata.xml
parentdev-haskell/stack-bin: bump up to 2.3.1 (diff)
downloadgentoo-2c0dd0e4fa72162f5fd58b54c3d6b61dadf3d0fe.tar.gz
gentoo-2c0dd0e4fa72162f5fd58b54c3d6b61dadf3d0fe.tar.bz2
gentoo-2c0dd0e4fa72162f5fd58b54c3d6b61dadf3d0fe.zip
dev-haskell/hakyll: add package
Closes: https://bugs.gentoo.org/682978 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hakyll/metadata.xml')
-rw-r--r--dev-haskell/hakyll/metadata.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/hakyll/metadata.xml b/dev-haskell/hakyll/metadata.xml
new file mode 100644
index 000000000000..75fb004f1986
--- /dev/null
+++ b/dev-haskell/hakyll/metadata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <use>
+ <flag name="buildwebsite">Build the hakyll website</flag>
+ <flag name="previewserver">Include the preview server</flag>
+ <flag name="checkexternal">Include external link checking</flag>
+ <flag name="watchserver">wait for filesystem changes and rebuild pages</flag>
+ <flag name="usepandoc">Include Pandoc support</flag>
+ </use>
+ <longdescription>
+ Hakyll is a static website compiler library. It provides you with the tools to
+ create a simple or advanced static website using a Haskell DSL and formats
+ such as markdown or RST. You can find more information, including a tutorial,
+ on the website:
+
+ * &lt;http://jaspervdj.be/hakyll&gt;
+
+ If you seek assistance, there's:
+
+ * A google group: &lt;http://groups.google.com/group/hakyll&gt;
+
+ * An IRC channel, @#hakyll@ on freenode
+
+ Additionally, there's the Haddock documentation in the different modules,
+ meant as a reference.
+ </longdescription>
+</pkgmetadata>