20 lines
448 B
Bash
20 lines
448 B
Bash
# 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"
|