New package: mokutil-0.5.0

This commit is contained in:
Duncaen 2022-04-07 21:20:06 +02:00
parent 749f0841d8
commit 32455c52a3
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

17
srcpkgs/mokutil/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'mokutil'
pkgname=mokutil
version=0.5.0
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
makedepends="keyutils-devel libefivar-devel openssl-devel"
short_desc="Utility to manipulate machine owner keys"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/lcp/mokutil"
distfiles="https://github.com/lcp/mokutil/archive/refs/tags/${version}.tar.gz"
checksum=af7616855f817e7eb54043071e51c8651bc8cc479ac455fbfe35203d98de8181
pre_configure() {
autoreconf -fi
}