# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 GOLANG_PKG_IMPORTPATH="github.com/nats-io" GOLANG_PKG_ARCHIVEPREFIX="v" GOLANG_PKG_HAVE_TEST=1 inherit golang-single DESCRIPTION="A high Performance NATS Server written in GoLang" HOMEPAGE="https://nats.io" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86 arm" src_install() { golang-common_src_install newinitd "${FILESDIR}/${PN}.init" ${PN} }