aboutsummaryrefslogtreecommitdiff
blob: bc45d9f2c64d931274c235b57b8b0bca26e3a613 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
	<email>alarig@swordarmor.fr</email>
	<name>Alarig Le Lay</name>
</maintainer>
<longdescription lang="en">
	Lagrange is a desktop GUI client for browsing Geminispace. It offers
	modern conveniences familiar from web browsers, such as smooth
	scrolling, inline image viewing, multiple tabs, visual themes, Unicode
	fonts, bookmarks, history, and page outlines.

	Like the Gemini protocol, Lagrange has been designed with minimalism in
	mind. It depends on a small number of essential libraries. It is written
	in C and uses SDL for hardware-accelerated graphics. OpenSSL is used for
	secure communications.
</longdescription>
<use>
	<flag name="fribidi">Use <pkg>dev-libs/fribidi</pkg> for bidirectional text</flag>
	<flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> to shape text</flag>
</use>
<upstream>
	<maintainer>
		<email>jaakko.keranen@iki.fi</email>
		<name>Jaakko Keränen</name>
	</maintainer>
	<bugs-to>https://github.com/skyjake/lagrange/issues</bugs-to>
	<remote-id type="github">skyjake/lagrange</remote-id>
</upstream>
</pkgmetadata>