blob: eb239568cce454b8a9a55f14d643f6c739e4870e (
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
42
43
44
45
46
47
48
49
50
51
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>adam.pimentel46@gmail.com</email>
<name>Adam Pimentel</name>
</maintainer>
<maintainer type="person">
<email>ravfx@xmr.mx</email>
<name>RavFX</name>
</maintainer>
<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="bounties">
Enable bounties page plugin
</flag>
<flag name="calc">
Enable price calculator page plugin
</flag>
<flag name="crowdfunding">
Enable crowdfunding page plugin
</flag>
<flag name="home">
Enable home page plugin
</flag>
<flag name="qrcode">
Enable QR code scanning with media-gfx/zbar
</flag>
<flag name="revuo">
Enable revuo plugin
</flag>
<flag name="tickers">
Enable price tickers plugin
</flag>
<flag name="xmrig">
Enable mining support using a user specified xmrig binary
</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|