diff options
| author | Stefan Agner <stefan.agner@toradex.com> | 2019-09-20 09:18:03 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-10-02 14:13:35 -0400 |
| commit | 6f55c61b5b215287ec2c2146983443660388ce79 (patch) | |
| tree | 3711497d9cec60df0542748842cb0208a1a30043 | |
| parent | aa509c629e1f623ff63ae2f685f5605b309a0e3d (diff) | |
| download | meta-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.bb | 20 |
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 @@ | |||
| 1 | DESCRIPTION = "A markdown to manpage generator." | ||
| 2 | HOMEPAGE = "https://github.com/cpuguy83/go-md2man" | ||
| 3 | SECTION = "devel/go" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE.md;md5=80794f9009df723bbc6fe19234c9f517" | ||
| 6 | |||
| 7 | BBCLASSEXTEND = "native" | ||
| 8 | |||
| 9 | GO_IMPORT = "github.com/cpuguy83/go-md2man" | ||
| 10 | #GO_INSTALL = "${GO_IMPORT}/bin/go-md2man" | ||
| 11 | |||
| 12 | SRC_URI = "git://${GO_IMPORT}.git" | ||
| 13 | |||
| 14 | SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a" | ||
| 15 | PV = "1.0.10+git${SRCPV}" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | inherit go | ||
| 20 | |||
