dev-go/go-bindata - 1.0.0 (r7l)

Search

Package Information

Description:
A small utility which generates Go code from any file
Homepage:
https://github.com/go-bindata/go-bindata
License:
CC-PD

Ebuild Details

Version EAPI Keywords Slot
1.0.0 7 ~amd64 ~arm64 0/${PVR}
View Raw Ebuild
# Copyright 1999-2023 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 ~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/*
}

Manifest for 1.0.0

Type File Size Source URLs
DIST go-bindata-1.0.0.tar.gz 17871 bytes https://github.com/go-bindata/go-bindata/archive/v1.0.0.tar.gz