Create go-bindata-3.0.7.ebuild
This commit is contained in:
parent
c47d8b1d56
commit
d2f1639842
|
@ -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"
|
Loading…
Reference in New Issue