summaryrefslogtreecommitdiff
blob: 2f589c3c8517610d1d9e06a1a8637cfc80681d80 (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		A suite of programs to use native stores to keep Docker credentials
		safe.  Currently provides docker-credential-secretservice to use the
		D-Bus secret service APIs, and docker-credential-pass to use the
		pass framework.
	</longdescription>
	<maintainer type="person" proxied="yes">
		<email>rkitover@gmail.com</email>
		<name>Rafael Kitover</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<use>
		<flag name="pass">
			Build pass helper for the pass utility.
		</flag>
	</use>
</pkgmetadata>