commit: e22af8f6c593a25a9cfaad244d7b5c07a6c251b9 Author: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> AuthorDate: Wed Jun 12 22:43:30 2024 +0000 Commit: Dale Sweeney <agooglygooglr <AT> gmail <DOT> com> CommitDate: Wed Jun 12 22:43:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e22af8f6
dev-util/dmg2img: Add metadata.xml Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com> dev-util/dmg2img/metadata.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-util/dmg2img/metadata.xml b/dev-util/dmg2img/metadata.xml new file mode 100644 index 000000000..df25daf5e --- /dev/null +++ b/dev-util/dmg2img/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Dale Sweeney</name> + <email>[email protected]</email> + </maintainer> + <longdescription> + Convert (compressed) Apple Disk Images to IMG format. + </longdescription> + <upstream> + <remote-id type="github">Lekensteyn/dmg2img</remote-id> + <bugs-to>https://github.com/Lekensteyn/dmg2img/issues</bugs-to> + </upstream> + <use> + <flag name="lzfse">Enable support for Apple's LZFSE compression</flag> + </use> +</pkgmetadata>
