Skip to content

Commit

Permalink
New package: clevis-20
Browse files Browse the repository at this point in the history
  • Loading branch information
jhe2 authored and classabbyamp committed Sep 22, 2024
1 parent 5ef782a commit d760220
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/clevis/template
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
}

0 comments on commit d760220

Please sign in to comment.