summaryrefslogtreecommitdiff
blob: 4b93f5df2fd909cd91c395791f9a6352373d18c9 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>hasufell@gentoo.org</email>
		<name>Julian Ospald</name>
		<description>Maintainer. Assign bugs to him</description>
	</maintainer>
	<maintainer type="person">
		<email>daniel@constexpr.org</email>
		<name>Daniel Scharrer</name>
		<description>Proxy maintainer. CC him on bugs</description>
	</maintainer>
	<use>
		<flag name="debug">Enable debug logging and the --debug command-line option.</flag>
		<flag name="lzma">Enable support for extracting lzma-compressed installers using <pkg>app-arch/xz-utils</pkg>.</flag>
		<flag name="c++0x">Compile innoextract using the C++11 standard.</flag>
	</use>
	<upstream>
		<bugs-to>http://innoextract.constexpr.org/issues</bugs-to>
		<changelog>http://constexpr.org/innoextract/changelog</changelog>
		<doc lang="en">http://constexpr.org/innoextract/innoextract.1</doc>
		<remote-id type="github">dscharrer/innoextract</remote-id>
		<remote-id type="sourceforge">innoextract</remote-id>
	</upstream>
</pkgmetadata>