summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-09-20 09:18:03 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-10-02 14:13:35 -0400
commit6f55c61b5b215287ec2c2146983443660388ce79 (patch)
tree3711497d9cec60df0542748842cb0208a1a30043
parentaa509c629e1f623ff63ae2f685f5605b309a0e3d (diff)
downloadmeta-virtualization-6f55c61b5b215287ec2c2146983443660388ce79.tar.gz
go-md2man: add md2man
This tool converts markdown into roff (man pages). Useful to build podman. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-devtools/go/go-md2man_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-md2man_git.bb b/recipes-devtools/go/go-md2man_git.bb
new file mode 100644
index 00000000..cc8dd5c3
--- /dev/null
+++ b/recipes-devtools/go/go-md2man_git.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "A markdown to manpage generator."
2HOMEPAGE = "https://github.com/cpuguy83/go-md2man"
3SECTION = "devel/go"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE.md;md5=80794f9009df723bbc6fe19234c9f517"
6
7BBCLASSEXTEND = "native"
8
9GO_IMPORT = "github.com/cpuguy83/go-md2man"
10#GO_INSTALL = "${GO_IMPORT}/bin/go-md2man"
11
12SRC_URI = "git://${GO_IMPORT}.git"
13
14SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a"
15PV = "1.0.10+git${SRCPV}"
16
17S = "${WORKDIR}/git"
18
19inherit go
20