You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1001 B
25 lines
1001 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>daniel@constexpr.org</email>
|
|
<name>Daniel Scharrer</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</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>
|