commit: 0efe2e1194beacc9b8d85da42d11284b609c5d16
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 22:59:22 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 22:59:22 2016 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=0efe2e11
app-emulation/docker2aci: Install binary
Package-Manager: portage-2.2.28
app-emulation/docker2aci/docker2aci-0.9.3.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
index 4fe88ab..141de5e 100644
--- a/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
+++ b/app-emulation/docker2aci/docker2aci-0.9.3.ebuild
@@ -19,3 +19,8 @@ IUSE=""
DEPEND="app-emulation/appc-spec
app-emulation/docker-distribution
dev-go/ioprogress"
+
+src_install() {
+ golang-build_src_install
+ dobin bin/${PN}
+}