blob: 5f805cdb0dea7b82a9f775d57ef50489e6dfcc13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?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>
|