mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
add open-vmdk 1.0 (utility to create vmware ova files)
This commit is contained in:
parent
9417dc8d25
commit
8ac565beae
26
sdk_container/src/third_party/coreos-overlay/app-emulation/open-vmdk/open-vmdk-1.0.ebuild
vendored
Normal file
26
sdk_container/src/third_party/coreos-overlay/app-emulation/open-vmdk/open-vmdk-1.0.ebuild
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 2014 VMware
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit git-2
|
||||
|
||||
DESCRIPTION="Tool to convert vmdk to an ova file"
|
||||
HOMEPAGE="https://github.com/vmware/open-vmdk"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/vmware/open-vmdk"
|
||||
EGIT_BRANCH="master"
|
||||
EGIT_COMMIT="82eb7268e78cc32907573b713569e1331c571ce5"
|
||||
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-misc/jq ${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user