Create go-bindata-3.0.7.ebuild

This commit is contained in:
KronoZed 2016-10-31 17:13:11 +03:00 committed by GitHub
parent c47d8b1d56
commit d2f1639842
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
GOLANG_PKG_IMPORTPATH="github.com/jteeuwen"
GOLANG_PKG_ARCHIVEPREFIX="v"
GOLANG_PKG_IS_MULTIPLE=1
GOLANG_PKG_HAVE_TEST=1
inherit golang-single
DESCRIPTION="A small utility for embedding binary data in a GoLang program."
HOMEPAGE="https://${GOLANG_PKG_IMPORTPATH}/${PN}"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="amd64 x86 arm"