New package: mokutil-0.5.0
This commit is contained in:
parent
749f0841d8
commit
32455c52a3
1 changed files with 17 additions and 0 deletions
17
srcpkgs/mokutil/template
Normal file
17
srcpkgs/mokutil/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue