blob: d17b04d7bb4eb6843030a36ebdbd980821a9589e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>luke-jr+gentoobugs@utopios.org</email>
<name>Luke Dashjr</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="knots">Build enhanced Bitcoin Knots version, rather than Bitcoin Core</flag>
</use>
<upstream>
<remote-id type="github">bitcoin/bitcoin</remote-id>
<remote-id type="github">bitcoinknots/bitcoin</remote-id>
<remote-id type="cpe">cpe:/a:bitcoin:bitcoin_core</remote-id>
<remote-id type="cpe">cpe:/a:bitcoin_knots_project:bitcoin_knots</remote-id>
</upstream>
</pkgmetadata>
|