blob: 4cf5326077e4b950d84c11249062237f25050aab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
</maintainer>
<upstream>
<maintainer status="active">
<email>saket.dumbre@intel.com</email>
<name>Saket Dumbre</name>
</maintainer>
<doc lang="en">https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/documentation.html</doc>
<bugs-to>https://github.com/acpica/acpica/issues</bugs-to>
<remote-id type="github">acpica/acpica</remote-id>
</upstream>
<use>
<flag name="examples">Install acpiexamples binary</flag>
<flag name="test">Perform tests (slow!) and install compressed test results</flag>
</use>
</pkgmetadata>
|