Files
guru/dev-util/mh/metadata.xml
Alessandro Barbieri 5abb1aaf94 dev-util/mh: update maintainers
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-08-06 02:43:39 +02:00

20 lines
708 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Oz Tiram</name>
<email>oz.tiram@gmail.com</email>
</maintainer>
<longdescription lang="en">
A small program you put in your Makefile to produce fancy help.
mh parses the comments you put after targets and variables, and
produces a help menu, which helps understanding what each target
does. This is useful, if Makefile is used as a task launcher for
different tools (e.g. wrapper around docker, yarn, npm and setup.py
etc.)
</longdescription>
<upstream>
<remote-id type="github">oz123/mh</remote-id>
</upstream>
</pkgmetadata>