dev-go/go-bindata-assetfs: new package

This commit is contained in:
nemunaire 2019-09-01 17:57:50 +02:00
parent a9f4b1bb02
commit 1dc5dd718e
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST go-bindata-assetfs-1.0.0.tar.gz 3815 BLAKE2B b8929490f7365df331a06046a862b7ec923461eb84082d8f20d1ff222ffdda45ed274ba9b96b5bb02918b624f20a59fd808f282dbf87318b0d1f92a36d8a6b35 SHA512 009111511b10b14e83b166eaf37c36e6fc96097770cd6b1865d034f4e90cc3232930b6f5591ee1a960af46d76a7456a96dcc2ccc112234cb0d382a9f9cc575c2
EBUILD go-bindata-assetfs-1.0.0.ebuild 581 BLAKE2B ba5bba90fa6109023ec6a84a8bc3c8873a3c1a62d3edda97ce2d289323aedbe609c0b7d06fe723d02306842d67c711f9e53373bf1e1086689f771bf997498b87 SHA512 a3520f699569bac4316a0416a31e3f32bd209e50a2c6e06c55f6d67ba4c77e75d431c504734414288110a91a1c381bc73d2aa1a7e387959ff5314751a3f75c1c
MISC metadata.xml 258 BLAKE2B 27bb554801679826c9f8b158fa3c911f946510ddc3085a0bf73a624e405d51ab19393066caa38a08f216e338c14eaaa278a1e775be10ad855a4d100308455c3e SHA512 55c43f39e49f4eb0e2874caeeec6fe3a3fa494c9882f8cd9de50d5b050963ffecc586bc17d21fa126b762910475d615e287521ba36c2fb58d124ffd45225b773

View File

@ -0,0 +1,23 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit golang-build golang-vcs-snapshot
EGO_PN="github.com/elazarl/go-bindata-assetfs/..."
ARCHIVE_URI="https://${EGO_PN%/*}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Serve embedded files from jteeuwen/go-bindata with net/http"
HOMEPAGE="https://github.com/elazarl/go-bindata-assetfs"
SRC_URI="${ARCHIVE_URI}"
LICENSE="BSD"
SLOT="0/${PVR}"
IUSE=""
RDEPEND="dev-go/go-bindata"
src_install() {
golang-build_src_install
dobin bin/*
}

View File

@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">elazarl/go-bindata-assetfs</remote-id>
</upstream>
</pkgmetadata>