parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

metadata.xml (1051B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
      3 <pkgmetadata>
      4   <!-- maintainer-needed -->
      5   <longdescription lang="en">
      6     Monero is a private, secure, untraceable, decentralised digital
      7     currency. You are your bank, you control your funds, and nobody
      8     can trace your transfers unless you allow them to do so.
      9   </longdescription>
     10   <use>
     11     <flag name="daemon">
     12       Build the Monero daemon used to connect to the P2P network.
     13     </flag>
     14     <flag name="hw-wallet">
     15       Enable if you want to use a hardware wallet like a Trezor or
     16       Ledger.
     17     </flag>
     18     <flag name="tools">
     19       Build tools used to manipulate the blockchain as it is stored on
     20       disk.
     21     </flag>
     22     <flag name="wallet-cli">
     23       Build the command line wallet, monero-wallet-cli.
     24     </flag>
     25     <flag name="wallet-rpc">
     26       Build the RPC wallet, monero-wallet-rpc.
     27     </flag>
     28   </use>
     29   <upstream>
     30     <remote-id type="github">monero-project/monero</remote-id>
     31   </upstream>
     32 </pkgmetadata>