shim-signed-0.2.ebuild

Download (448 Bytes)

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="UEFI Shim bootloader for SecureBoot signed by Microsoft"
HOMEPAGE="http://mjg59.dreamwidth.org/20303.html"
SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/${P}.tgz"

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

RDEPEND=""
DEPEND=""

S="${WORKDIR}"

src_install() {
	insinto /usr/share
	doins -r $PN
}

Thank you!