blob: 39b0bc2d1faea6b6c689e18092c101c32bfdd228 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>yamakuzure@gmx.net</email>
<name>Sven Eden</name>
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<longdescription lang="en">
MEGA --- _The Privacy Company_ --- is a Secure Cloud Storage
provider that protects your data thanks to end-to-end encryption. We call it User Controlled Encryption,
or UCE, and all our clients automatically manage it.
All files stored on MEGA are encrypted. All data transfers from and to MEGA are encrypted. And while
most cloud storage providers can and do claim the same, MEGA is different – unlike the industry norm
where the cloud storage provider holds the decryption key, with MEGA, you control the encryption,
you hold the keys, and you decide who you grant or deny access to your files.
</longdescription>
<use>
<flag name="api">Enable MEGA API support</flag>
<flag name="chat">Enable chat support</flag>
<flag name="curl">Enable cURL checks</flag>
<flag name="doc">Generate doxygen documentation</flag>
<flag name="dot">Generate graphics for doxygen documentation</flag>
<flag name="examples">Build example applications</flag>
<flag name="inotify">Enable inotify support</flag>
<flag name="java">Build Java language bindings</flag>
<flag name="libressl">Use libressl instead of openssl</flag>
<flag name="libuv">Enable asynchronous I/O using libuv</flag>
<flag name="pcre">Enable support for libpcre</flag>
<flag name="php">Build PHP language bindings</flag>
<flag name="python">Build Python language bindings</flag>
<flag name="static-libs"></flag>
<flag name="sync">Include sync subsystem</flag>
<flag name="tests">Build test applications</flag>
<flag name="tools">Build tools like megacmd</flag>
<flag name="threads">Enable multi-threading</flag>
</use>
</pkgmetadata>
|