New package: sequoia-sop-0.27.1

This commit is contained in:
Jan Christian Grünhage 2021-08-13 16:07:21 +02:00 committed by Andrew J. Hesford
parent d2e0a1ffdf
commit 1a88035c9d
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'sequoia-sop'
pkgname=sequoia-sop
version=0.27.1
revision=1
wrksrc="${pkgname}-v${version}"
build_style=cargo
configure_args="--bin sqop --features cli"
hostmakedepends="pkg-config llvm clang"
makedepends="nettle-devel"
short_desc="Implementation of the Stateless OpenPGP CLI using Sequoia"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-2.0-or-later"
homepage="https://gitlab.com/sequoia-pgp/sequoia-sop/"
distfiles="https://gitlab.com/sequoia-pgp/sequoia-sop/-/archive/v${version}/sequoia-sop-v${version}.tar.gz"
checksum=5094965da3fb8c67b7224534ddcd94cf3409d4c7c74e53473d7804f2a343e2aa
post_install() {
for page in man-sqop/*; do
vman ${page}
done
}