summaryrefslogtreecommitdiff
blob: 4351465563ada4581d317ca23f0e242dcdbaa6ab (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>sven.eden@prydeworx.com</email>
		<name>Sven Eden</name>
	</maintainer>
	<longdescription lang="en">
		Gridcoin crypto-currency wallet that rewards BOINC computation
		https://gridcoin.us/
		https://github.com/gridcoin/Gridcoin-Research
	</longdescription>
	<upstream>
		<remote-id type="github">gridcoin-community/Gridcoin-Research</remote-id>
	</upstream>
	<use>
		<flag name="bench">Compile benchmarks</flag>
		<flag name="boinc">Enable research wallet functions for BOINC mining</flag>
		<flag name="ccache">Use ccache for building</flag>
		<flag name="daemon">Build research wallet daemon</flag>
		<flag name="dbus">Enable desktop notifications via DBus</flag>
		<flag name="debug">Use debug compiler flags and macros</flag>
		<flag name="harden">Attempt to harden the resulting executables</flag>
		<flag name="libraries">Build extra libraries</flag>
		<flag name="pic">Disable optimized assembly code that is not PIC friendly</flag>
		<flag name="qrcode">Enable generation of QR Codes for receiving payments with media-gfx/qrencode</flag>
		<flag name="qt5">Build the Qt GUI</flag>
		<flag name="upnp">Enable Universal Plug and Play</flag>
		<flag name="utils">Build bitcoin-core with 'cli' USE flag</flag>
	</use>
</pkgmetadata>