summaryrefslogtreecommitdiff
blob: 50276398b2e994b9b16ede60619a492d7689aa7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit golang-build golang-vcs-snapshot

EGO_PN="github.com/go-bindata/go-bindata/..."
KEYWORDS="amd64 ~arm ~arm64"

DESCRIPTION="A small utility which generates Go code from any file"
HOMEPAGE="https://github.com/go-bindata/go-bindata"
SRC_URI="https://github.com/go-bindata/go-bindata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC-PD"
SLOT="0/${PVR}"

src_install() {
	GOBIN=${S}/bin \
		golang-build_src_install
	dobin bin/*
}