diff options
Diffstat (limited to 'net-p2p/monero-gui-bin/metadata.xml')
-rw-r--r-- | net-p2p/monero-gui-bin/metadata.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-p2p/monero-gui-bin/metadata.xml b/net-p2p/monero-gui-bin/metadata.xml new file mode 100644 index 000000000..029b9d4ae --- /dev/null +++ b/net-p2p/monero-gui-bin/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>justin026@protonmail.com</email> + <name>Justin Donofrio</name> + </maintainer> + <longdescription lang="en"> + 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> + <use> + <flag name="daemon"> + Install the Monero daemon used to connect to the P2P network. + </flag> + <flag name="tools"> + Install tools used to manipulate the blockchain as it is stored on + disk. + </flag> + <flag name="wallet-cli"> + Install the command line wallet, monero-wallet-cli. + </flag> + <flag name="wallet-rpc"> + Install the RPC wallet, monero-wallet-rpc. + </flag> + </use> + <upstream> + <remote-id type="github">monero-project/monero-gui</remote-id> + </upstream> +</pkgmetadata> |