18 lines
561 B
Bash
18 lines
561 B
Bash
# Template file for 'mokutil'
|
|
pkgname=mokutil
|
|
version=0.6.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=6cc4be216ac083ee19dc986e8a510e1d74f6f4080baa4b5fdc7c503eb483f569
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|