Files
guru/dev-util/mh/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

20 lines
709 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>