blob: 749da576dc1f4c29ce0d56dcf7040460c5c70613 (
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
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>efe.izbudak@metu.edu.tr</email>
<name>Efe İzbudak</name>
</maintainer>
<longdescription>
Monero is a private, secure, untraceable, decentralised digital
currency. You are your bank, you control your funds, and nobody
can trace your transfers unless you allow them to do so.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:getmonero:monero</remote-id>
<changelog>https://github.com/monero-project/monero/releases</changelog>
<bugs-to>https://github.com/monero-project/monero/issues</bugs-to>
<doc>https://docs.getmonero.org</doc>
</upstream>
<use>
<flag name="daemon">
Build the Monero daemon used to connect to the P2P network
</flag>
<flag name="hw-wallet">
Enable Trezor hardware wallet support
</flag>
<flag name="tools">
Build tools used to manipulate the blockchain as it is stored on
disk
</flag>
<flag name="wallet-cli">
Build the command line wallet, monero-wallet-cli
</flag>
<flag name="wallet-rpc">
Build the RPC wallet, monero-wallet-rpc
</flag>
<flag name="monero-supercop">
Assembly optimizations for ed25519
</flag>
</use>
<origin>liguros-repo</origin>
</pkgmetadata>
|