sequoia-sop: update to 0.32.0.
This commit is contained in:
parent
ed16b56185
commit
8debcd7328
|
@ -1,20 +1,24 @@
|
||||||
# Template file for 'sequoia-sop'
|
# Template file for 'sequoia-sop'
|
||||||
pkgname=sequoia-sop
|
pkgname=sequoia-sop
|
||||||
version=0.31.0
|
version=0.32.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--bin sqop --features cli"
|
configure_args="--bin sqop --features cli,sequoia-openpgp/compression"
|
||||||
hostmakedepends="pkg-config llvm clang"
|
hostmakedepends="pkg-config llvm clang"
|
||||||
makedepends="nettle-devel"
|
makedepends="nettle-devel bzip2-devel"
|
||||||
short_desc="Implementation of the Stateless OpenPGP CLI using Sequoia"
|
short_desc="Implementation of the Stateless OpenPGP CLI using Sequoia"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://gitlab.com/sequoia-pgp/sequoia-sop/"
|
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"
|
distfiles="https://gitlab.com/sequoia-pgp/sequoia-sop/-/archive/v${version}/sequoia-sop-v${version}.tar.gz"
|
||||||
checksum=fd0b63f6d1ea78ecd539565b4c6aa941dd611da1f9077f9d0c567a87d2c3d978
|
checksum=7a488838f7f3a069199f81a756b7b2d58044cef4d6fc1e371225e91627c9dfd8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for page in man-sqop/*; do
|
for page in man-sqop/*; do
|
||||||
vman ${page}
|
vman ${page}
|
||||||
done
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue