New package: sequoia-sop-0.27.1
This commit is contained in:
parent
d2e0a1ffdf
commit
1a88035c9d
1 changed files with 21 additions and 0 deletions
21
srcpkgs/sequoia-sop/template
Normal file
21
srcpkgs/sequoia-sop/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue