net-p2p/feather: new package, add 2.1.0, 9999

Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
Adam Pimentel
2022-09-08 13:03:38 -04:00
parent ea524f8618
commit 9b834282d1
4 changed files with 223 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
Feather is a free, open-source Monero wallet for Linux, Tails,
Windows and macOS. It is:
- easy-to-use, small and fast - Feather runs well on any modern
hardware, including virtual machines and live operating systems.
- beginner friendly, but also caters to advanced Monero users by
providing a feature set that is on par with the official CLI.
- ships with sane defaults that suit most users, but can also be
configured for high or uncommon threat models.
- serves as a testing grounds for experimental features that may
later be adopted in the reference wallets.
</longdescription>
<use>
<flag name="qrcode">
Enable QR code scanning with media-gfx/zbar
</flag>
<flag name="xmrig">
Enable mining support using a user specified xmrig binary
</flag>
</use>
</pkgmetadata>