gentoo/sys-boot/mokutil/mokutil-0.7.2.ebuild
Sam James dec63336c0
sys-boot/mokutil: Stabilize 0.7.2 x86, #941880
Signed-off-by: Sam James <sam@gentoo.org>
2024-10-23 16:55:41 +01:00

27 lines
558 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="The utility to manipulate machines owner keys which managed in shim"
HOMEPAGE="https://github.com/lcp/mokutil"
SRC_URI="https://github.com/lcp/mokutil/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="dev-libs/openssl:=
sys-apps/keyutils:=
sys-libs/efivar:=
virtual/libcrypt:="
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}