Skip to content

Commit

Permalink
dev-go/go-bindata-assetfs: Initial version
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
mrueg committed Nov 5, 2016
1 parent 1f78efc commit 8b593d2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-go/go-bindata-assetfs/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST go-bindata-assetfs-0_pre20160822.tar.gz 3798 SHA256 3c4165ffbf625709d11582bf62f71180eaaf05dbc077183b5ebf6285f5b1beb5 SHA512 1dfb49c0eb0ff52119f19ad4f0f4cf3f0c37b1451f17be54b4d5fd1aff8fea9f28de8a764a995fc6bff8b818628aa7240cbd97b7e7fa5972770aec156eab8739 WHIRLPOOL e0731dbcb13ac3f7e0d100f2ae9b470a98f27c6272f5f3c64d4c348f729c7d92420d9741a19a0b56aa0fccf4ac3688e7954994d7c405c0e1f8feca7f0f07851c
25 changes: 25 additions & 0 deletions dev-go/go-bindata-assetfs/go-bindata-assetfs-0_pre20160822.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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

EGO_PN="github.com/elazarl/go-bindata-assetfs/..."
EGIT_COMMIT="9a6736ed45b44bf3835afeebb3034b57ed329f3e"
ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.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/*
}
8 changes: 8 additions & 0 deletions dev-go/go-bindata-assetfs/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Manuel Rüger</name>
</maintainer>
</pkgmetadata>

0 comments on commit 8b593d2

Please sign in to comment.