mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
sequoia-sqv: update to 1.3.0.
This commit is contained in:
parent
6f1c0b3669
commit
2f46dfdd25
1 changed files with 9 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'sequoia-sqv'
|
||||
pkgname=sequoia-sqv
|
||||
version=1.2.1
|
||||
version=1.3.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
_deps="nettle-devel"
|
||||
configure_args="--no-default-features --features crypto-openssl"
|
||||
_deps="openssl-devel"
|
||||
hostmakedepends="pkg-config llvm clang ${_deps}"
|
||||
makedepends="${_deps}"
|
||||
short_desc="Simple PGP signature verification program"
|
||||
|
@ -11,18 +12,19 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://gitlab.com/sequoia-pgp/sequoia-sqv"
|
||||
distfiles="https://gitlab.com/sequoia-pgp/sequoia-sqv/-/archive/v${version}/sequoia-sqv-v${version}.tar.gz"
|
||||
checksum=eca6831546ba848a407725361a6280ed0f70693f6cce007b2f7a57cee7ede5ab
|
||||
checksum=0b2db2ec20aa76e7df5fec9768eb6c1950952af02c886d3fa951d4fdf2e2b8d6
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv*l) nocross="Requires C libs included in build.rs, which is currently broken in xbps-src. These failures only manifest on a hf archs right now";;
|
||||
esac
|
||||
post_patch() {
|
||||
# https://github.com/rust-lang/cc-rs/issues/1469
|
||||
cargo update --package cc:1.2.15 --precise 1.2.14
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
export ASSET_OUT_DIR=assets
|
||||
}
|
||||
|
||||
post_install() {
|
||||
for page in assets/man-pages/*; do
|
||||
for page in assets/man-pages/*.?; do
|
||||
vman ${page}
|
||||
done
|
||||
vcompletion assets/shell-completions/sqv.bash bash
|
||||
|
|
Loading…
Add table
Reference in a new issue