From 6f55c61b5b215287ec2c2146983443660388ce79 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 20 Sep 2019 09:18:03 +0200 Subject: go-md2man: add md2man This tool converts markdown into roff (man pages). Useful to build podman. Signed-off-by: Stefan Agner Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-md2man_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-devtools/go/go-md2man_git.bb 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 @@ +DESCRIPTION = "A markdown to manpage generator." +HOMEPAGE = "https://github.com/cpuguy83/go-md2man" +SECTION = "devel/go" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE.md;md5=80794f9009df723bbc6fe19234c9f517" + +BBCLASSEXTEND = "native" + +GO_IMPORT = "github.com/cpuguy83/go-md2man" +#GO_INSTALL = "${GO_IMPORT}/bin/go-md2man" + +SRC_URI = "git://${GO_IMPORT}.git" + +SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a" +PV = "1.0.10+git${SRCPV}" + +S = "${WORKDIR}/git" + +inherit go + -- cgit v1.2.3-54-g00ecf