summaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-core/metadata.xml
blob: d6ea6a9f752436ac2e843127d6a4ceed13db07c8 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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="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="qrcode">Enable generation of QR Codes for receiving payments</flag>
    <flag name="sqlite">Support descriptor wallets in SQLite format</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="test-full">Run tests that take a long time</flag>
    <flag name="wallet">Support creating and loading wallets</flag>
    <flag name="zeromq">Report blocks and transactions via zeromq</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:bitcoin:bitcoin_core</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>