-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
22 lines (21 loc) · 955 Bytes
/
template
File metadata and controls
22 lines (21 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template file for 'clevis'
pkgname=clevis
version=22
revision=1
# Holds non-standard upstream version suffixes when needed.
_subversion=tpm1u1
build_style=meson
hostmakedepends="asciidoc bash-completion cryptsetup curl jq keyutils pkg-config tpm2-tools"
makedepends="bash-completion cryptsetup-devel dracut jansson-devel
jose-devel libaudit-devel luksmeta-devel udisks2-devel"
depends="bash cryptsetup curl libpwquality tpm2-tools luksmeta jose"
short_desc="Pluggable framework for automated decryption"
maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
license="GPL-3.0-or-later WITH custom:OpenSSL-Exception"
homepage="https://github.com/latchset/clevis"
distfiles="https://github.com/latchset/clevis/archive/v${version}${subversion}/clevis-${version}${subversion}.tar.gz"
checksum=2814522c755d3cbb26d76630b08fbf09dec2909540e9c78d689f864b5851f851
make_check="ci-skip" # LUKS tests fail in CI pipeline
post_install() {
vlicense COPYING.openssl
}