blob: 1c4b1c427fee5ea83bb3f982d8159cbbd6d405b7 [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=7
CROS_GO_SOURCE="github.com/cpuguy83/go-md2man:github.com/cpuguy83/go-md2man/v2 v${PV}"
CROS_GO_PACKAGES=(
"github.com/cpuguy83/go-md2man/v2"
"github.com/cpuguy83/go-md2man/v2/md2man"
)
inherit cros-go
DESCRIPTION="Converts markdown into roff (man pages)."
HOMEPAGE="https://github.com/cpuguy83/go-md2man"
SRC_URI="$(cros-go_src_uri)"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
IUSE="test"
RESTRICT="binchecks strip"
DEPEND="
dev-go/blackfriday
"