You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/app-crypt/shim-signed/shim-signed-0.2.ebuild

27 lines
572 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
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"
SRC_URI="https://mirror.calculate-linux.org/source/${PN}/${P}.tgz
http://mirror.yandex.ru/calculate/source/${PN}/${P}.tgz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND=""
S="${WORKDIR}"
src_install() {
insinto /usr/share
doins -r $PN
}