13 lines
446 B
XML
13 lines
446 B
XML
cat << EOF > /var/db/repos/jextra/dev-python/dotmap/metadata.xml
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer>
|
|
<email>your.email@example.com</email>
|
|
<name>Your Name</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
DotMap is a Python library that provides a dictionary-like object with dot notation access.
|
|
</longdescription>
|
|
</pkgmetadata>
|
|
EOF
|