blob: d8f5d0a3a1ffb5beccfca73d956f9e036ce7b963 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>guillaumeseren@gmail.com</email>
<name>Guillaume Seren</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="doc">Install user manual and API documentation</flag>
</use>
<longdescription lang="en">
Alot is a terminal interface for <pkg>net-mail/notmuch</pkg> mail
written in Python using the <pkg>dev-python/urwid</pkg> toolkit.
</longdescription>
<upstream>
<remote-id type="github">pazz/alot</remote-id>
</upstream>
</pkgmetadata>
|