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.
gentoo-overlay/sys-boot/mokutil/mokutil-0.3.0_p20170404.ebuild

27 lines
593 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="The utility to manipulate machines owner keys which managed in shim"
HOMEPAGE="https://github.com/lcp/mokutil"
GIT_HASH="e19adc575c1f9d8f08b7fbc594a0887ace63f83f"
SRC_URI="https://github.com/lcp/mokutil/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/openssl:=
sys-libs/efivar:="
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${GIT_HASH}"
src_prepare() {
default
eautoreconf
}