forked from jgp19684u/frabjous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
30 lines (30 loc) · 1.36 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Ian Moone</name>
</maintainer>
<upstream>
<remote-id type="github">dashpay/dash</remote-id>
<bugs-to>https://github.com/dashpay/dash/issues</bugs-to>
</upstream>
<longdescription lang="en">
Dash is an experimental new digital currency that enables
anonymous, instant payments to anyone, anywhere in the world.
Dash uses peer-to-peer technology to operate with no central
authority: managing transactions and issuing money are
carried out collectively by the network.
</longdescription>
<use>
<flag name="daemon">Build the system daemon</flag>
<flag name="gui">Build the end-user Qt GUI for the Dash crypto-currency</flag>
<flag name="qrcode">Enable generation of QR Codes for receiving payments</flag>
<flag name="reduce-exports">Attempt to reduce exported symbols in the resulting executables</flag>
<flag name="system-univalue">Use system univalue instead of the bundled one</flag>
<flag name="upnp">Enable Universal Plug and Play</flag>
<flag name="utils">Enable command-line client and transaction tool</flag>
<flag name="wallet">Enable wallet support</flag>
<flag name="zeromq">Report blocks and transactions via zeromq</flag>
</use>
</pkgmetadata>