Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 482896 Details for
Bug 624472
app-emulation/packer-1.0.2 - A tool for creating machine images
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
packer-1.0.2.ebuild
packer-1.0.2.ebuild (text/plain), 755 bytes, created by
Alex
on 2017-07-10 15:24:21 UTC
(
hide
)
Description:
packer-1.0.2.ebuild
Filename:
MIME Type:
Creator:
Alex
Created:
2017-07-10 15:24:21 UTC
Size:
755 bytes
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >EGO_PN="github.com/hashicorp/${PN}" > >SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >inherit golang-build golang-vcs-snapshot > >DESCRIPTION="Packer is a tool for creating identical machine images for multiple platforms" >HOMEPAGE="http://www.packer.io" > >LICENSE="MPL-2.0" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~arm" >IUSE="zsh-completion" > >DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) > >src_install() { > dobin packer > > pushd src/${EGO_PN} >/dev/null 2>&1 || die > > einstalldocs > if use zsh-completion ; then > insinto /usr/share/zsh/site-functions > doins contrib/zsh-completion/_packer > fi > > popd >/dev/null 2>&1 || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 624472
:
482896
|
486866