summaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-core/metadata.xml
blob: bd1fb933e02c370e1d0ea59422cf04d4d8478fb6 (plain)
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
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>gentoo@mattwhitlock.name</email>
		<name>Matt Whitlock</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<use>
		<flag name="berkdb">Support legacy wallets in Berkeley DB format</flag>
		<flag name="bitcoin-cli">Build and install bitcoin-cli command line interface</flag>
		<flag name="daemon">Build and install bitcoind daemon</flag>
		<flag name="external-signer">Include support for external wallet signer programs</flag>
		<flag name="gui">Build and install Bitcoin-Qt GUI</flag>
		<flag name="libs">Build and install libbitcoinconsensus</flag>
		<flag name="nat-pmp">Enable NAT-PMP port forwarding</flag>
		<flag name="qrcode">Enable generation of QR Codes for receiving payments</flag>
		<flag name="sqlite">Support descriptor wallets in SQLite format</flag>
		<flag name="system-leveldb">Link with <pkg>virtual/bitcoin-leveldb</pkg> rather than embedding an internal copy</flag>
		<flag name="system-libsecp256k1">Link with <pkg>dev-libs/libsecp256k1</pkg> rather than embedding an internal copy</flag>
		<flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>
		<flag name="upnp">Enable Universal Plug and Play</flag>
		<flag name="zeromq">Report blocks and transactions via zeromq</flag>
	</use>
	<upstream>
		<remote-id type="github">bitcoin/bitcoin</remote-id>
		<remote-id type="cpe">cpe:/a:bitcoin:bitcoin_core</remote-id>
	</upstream>
</pkgmetadata>