pkgcruft 0.0.18

QA library and tools based on pkgcraft
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>a.person@email.com</email>
		<name>A Person</name>
	</maintainer>
	<use>
		<flag name="flag">flag desc</flag>
	</use>
	<upstream>
		<remote-id type="github">pkgcraft/pkgcraft</remote-id>
	</upstream>
	<longdescription>
		desc
	</longdescription>
</pkg>