sequoia-sop: update to 0.34.0.

This commit is contained in:
classabbyamp 2024-06-03 19:13:51 -04:00
parent ba0f9d5b84
commit a1ad95457b
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'sequoia-sop'
pkgname=sequoia-sop
version=0.33.0
version=0.34.0
revision=1
build_style=cargo
configure_args="--bin sqop --features cli,sequoia-openpgp/compression"
@ -11,14 +11,17 @@ maintainer="classabbyamp <void@placeviolette.net>"
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=91be83a568f22c1d86e6d1abe49a71dfc576770318aa0f56bfc0f791c45f917a
checksum=06ce545acfb1a96322481591c2d8035da3d45d6c4209bd3121dfce1dc4b10089
pre_build() {
export ASSET_OUT_DIR=assets
}
post_install() {
for page in man-sqop/*; do
vman ${page}
done
local comp_dir="$(echo target/"${RUST_TARGET}"/release/build/sequoia-sop-*/out)"
vcompletion "${comp_dir}/_sqop" zsh
vcompletion "${comp_dir}/sqop.bash" bash
vcompletion "${comp_dir}/sqop.fish" fish
vcompletion assets/shell-completions/_sqop zsh
vcompletion assets/shell-completions/sqop.bash bash
vcompletion assets/shell-completions/sqop.fish fish
}