summaryrefslogtreecommitdiff
path: root/dev-libs/libjcat/metadata.xml
blob: aa3846c8eacbec9f22c6e102bc7353fe54cdcbbd (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>marecki@gentoo.org</email>
		<name>Marek Szuba</name>
	</maintainer>
	<longdescription lang="en">
		This library allows reading and writing gzip-compressed JSON catalog files,
		which can be used to store GPG, PKCS-7 and SHA-256 checksums for each file.

		This provides equivalent functionality to the catalog files supported
		in Microsoft Windows.
	</longdescription>
	<use>
		<flag name="gpg">Enable GPG verification support via <pkg>app-crypt/gpgme</pkg></flag>
		<flag name="pkcs7">Enable PKCS7 verification support via <pkg>net-libs/gnutls</pkg></flag>
	</use>
	<upstream>
		<remote-id type="github">hughsie/libjcat</remote-id>
	</upstream>
</pkgmetadata>