summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/conduit/metadata.xml')
-rw-r--r--net-im/conduit/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-im/conduit/metadata.xml b/net-im/conduit/metadata.xml
new file mode 100644
index 0000000..be991da
--- /dev/null
+++ b/net-im/conduit/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<!--
+ This is the example metadata file.
+ The root element of this file is <pkgmetadata>. Within this element a
+ number of subelements are allowed, the most common being maintainer.
+
+ For a full description look at:
+ https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
+
+ Before committing, please remove the comments from this file. They are
+ not relevant for general metadata.xml files.
+-->
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arsen@gentoo.org</email>
+ <description>Arsen Arsenović</description>
+ </maintainer>
+ <upstream>
+ <remote-id type="gitlab">famedly/conduit</remote-id>
+ </upstream>
+ <use>
+ <flag name="rocksdb">Enable the RocksDB backend</flag>
+ </use>
+</pkgmetadata>