# Copyright 1999-2020 Go Overlay Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GOLANG_PKG_IMPORTPATH="github.com/walle" GOLANG_PKG_BUILDPATH="/cmd/wiki" GOLANG_PKG_HAVE_TEST=1 GOLANG_PKG_DEPENDENCIES=( "github.com/mattn/go-colorable:6fcc0c1" "github.com/mattn/go-isatty:6ca4dbf" ) inherit golang-single DESCRIPTION="Command line tool to fetch summaries from MediaWiki" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm x86" src_install() { golang-single_src_install doman _doc/${PN}.1 } src_test() { GOLANG_PKG_IS_MULTIPLE=1 golang-single_src_test }