forked from jgp19684u/frabjous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
28 lines (28 loc) · 1.32 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
<?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">Bitcoin-ABC/bitcoin-abc</remote-id>
<bugs-to>https://github.com/Bitcoin-ABC/bitcoin-abc/issues</bugs-to>
</upstream>
<longdescription lang="en">
Bitcoin ABC is the name of open source software which enables the
use of Bitcoin. It is designed to facilite a hard fork to increase
Bitcoin's block size limit. "ABC" stands for "Adjustable Blocksize Cap".
</longdescription>
<use>
<flag name="daemon">Build the system daemon</flag>
<flag name="gui">Build the end-user Qt GUI for the Bitcoin 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>