-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ef782a
commit d760220
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Template file for 'clevis' | ||
pkgname=clevis | ||
version=20 | ||
revision=1 | ||
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" | ||
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/clevis-$version.tar.gz" | ||
checksum=67eb9cbbb9c90f9802cae76503f74f23d0046ee6570553407035e9fae3b4b4dd | ||
make_check="ci-skip" # LUKS tests fail in CI pipeline | ||
|
||
post_install() { | ||
vlicense COPYING.openssl | ||
} |