mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sequoia-sop: update to 0.36.0.
This commit is contained in:
parent
0e8997ceb7
commit
340f69162e
1 changed files with 4 additions and 4 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'sequoia-sop'
|
# Template file for 'sequoia-sop'
|
||||||
pkgname=sequoia-sop
|
pkgname=sequoia-sop
|
||||||
version=0.35.0
|
version=0.36.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--bin sqop --features cli,sequoia-openpgp/compression"
|
configure_args="--bin sqop --features cli,sequoia-openpgp/compression"
|
||||||
hostmakedepends="pkg-config llvm clang"
|
hostmakedepends="pkg-config llvm clang"
|
||||||
makedepends="nettle-devel bzip2-devel"
|
makedepends="nettle-devel bzip2-devel sqlite-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=2aa20ff9143ddc4c53b0e9ec377ac230778df099740284080be88841a1a13ee7
|
checksum=3f56d57fb19941f3a9202693f2ed285d47572f593aca9aca43ac83b1791aa891
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export ASSET_OUT_DIR=assets
|
export ASSET_OUT_DIR=assets
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for page in man-sqop/*; do
|
for page in assets/man-pages/*; do
|
||||||
vman ${page}
|
vman ${page}
|
||||||
done
|
done
|
||||||
vcompletion assets/shell-completions/_sqop zsh
|
vcompletion assets/shell-completions/_sqop zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue