summaryrefslogtreecommitdiff
path: root/sys-firmware/ovmf/ovmf-18419.ebuild
blob: 712437783efc1dbd302390e2507b87e20e8c97b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit eutils

DESCRIPTION="Tianocore UEFI firmware for qemu"
HOMEPAGE="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2"
SRC_URI="http://mirror.pseudoform.org/extra/os/x86_64/${P}-1-any.pkg.tar.xz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}"/usr/share/${PN}

src_install() {
	dodir /usr/share/${PN}
	insinto /usr/share/${PN}
	doins -r "${S}"/*
}