summaryrefslogtreecommitdiff
blob: d4103ec575aa14d72192f8439d13bcd72c037187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<upstream>
		<maintainer>
			<email>jfreegman@tox.chat</email>
			<name>Jakob Kreuze</name>
		</maintainer>
		<remote-id type="github">jfreegman/toxic</remote-id>
	</upstream>
	<longdescription lang="en">
		An ncurses-based Tox client written in C. Supports audio and video calling, file sharing, and desktop notifications.
	</longdescription>
	<use>
		<flag name="audio">Enables audio calling</flag>
		<flag name="notification">Enables desktop notifications with libnotify, with sound support.</flag>
		<flag name="notifications">Enables desktop notifications with libnotify, with sound support.</flag>
		<flag name="qrcode">Enables QR code support</flag>
		<flag name="sound">Enables audio calling</flag>
		<flag name="video">Enables video calling</flag>
	</use>
</pkgmetadata>