net-wireless/unifi: mongod-wrapper improvements
[gentoo.git] / sys-boot / mokutil / mokutil-0.3.0_p20170404.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 inherit autotools
6
7 DESCRIPTION="The utility to manipulate machines owner keys which managed in shim"
8 HOMEPAGE="https://github.com/lcp/mokutil"
9 GIT_HASH="e19adc575c1f9d8f08b7fbc594a0887ace63f83f"
10 SRC_URI="https://github.com/lcp/mokutil/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="dev-libs/openssl:=
18         sys-libs/efivar:="
19 RDEPEND="${DEPEND}"
20
21 S="${WORKDIR}/${PN}-${GIT_HASH}"
22
23 src_prepare() {
24         default
25         eautoreconf
26 }