mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
20 lines
709 B
XML
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>
|