mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-11 05:10:20 -04:00
23 lines
777 B
XML
23 lines
777 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<!--
|
|
This is the example metadata file.
|
|
The root element of this file is <pkgmetadata>. Within this element a
|
|
number of subelements are allowed, the most common being maintainer.
|
|
|
|
For a full description look at:
|
|
https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
|
|
|
|
Before committing, please remove the comments from this file. They are
|
|
not relevant for general metadata.xml files.
|
|
-->
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sigsegv@radiotube.org</email>
|
|
<description>Jan-Espen Oversand</description>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">microsoft/cpprestsdk</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|