summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-05-28 13:49:10 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-05-28 18:52:57 +0100
commit66e7e9e6c47c23f0b73d93b18b940fae596946f6 (patch)
tree6b412396e0c4e536fcadc46087e495a309c7b8d6 /dev-haskell/hit/metadata.xml
parentdev-haskell/bytedump: new package, a depend of dev-haskell/stack (diff)
downloadgentoo-66e7e9e6c47c23f0b73d93b18b940fae596946f6.tar.gz
gentoo-66e7e9e6c47c23f0b73d93b18b940fae596946f6.tar.bz2
gentoo-66e7e9e6c47c23f0b73d93b18b940fae596946f6.zip
dev-haskell/hit: new package, a depend of dev-haskell/stack
Git operations in haskell Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/hit/metadata.xml')
-rw-r--r--dev-haskell/hit/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-haskell/hit/metadata.xml b/dev-haskell/hit/metadata.xml
new file mode 100644
index 000000000000..3f0d2b779d97
--- /dev/null
+++ b/dev-haskell/hit/metadata.xml
@@ -0,0 +1,22 @@
+<?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>
+ <longdescription>
+
+ An haskell implementation of git storage operations, allowing users
+ to manipulate git repositories (read and write).
+
+ This implementation is fully interoperable with the main C implementation.
+
+ This is stricly only manipulating the git store (what's inside the .git directory),
+ and doesn't do anything with the index or your working directory files.
+
+ </longdescription>
+ <use>
+ <flag name="executable">Build the executable</flag>
+ </use>
+</pkgmetadata>