mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
sequoia-sop: update to 0.37.1.
This commit is contained in:
parent
2f46dfdd25
commit
e6ba9f4b2b
1 changed files with 7 additions and 13 deletions
|
@ -1,25 +1,19 @@
|
|||
# Template file for 'sequoia-sop'
|
||||
pkgname=sequoia-sop
|
||||
version=0.37.0
|
||||
version=0.37.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--bin sqop --features cli,sequoia-openpgp/compression"
|
||||
hostmakedepends="pkg-config llvm clang"
|
||||
makedepends="nettle-devel bzip2-devel sqlite-devel"
|
||||
configure_args="--bin sqop --no-default-features
|
||||
--features cli,sequoia-openpgp/compression,sequoia-openpgp/crypto-openssl"
|
||||
_deps="openssl-devel sqlite-devel bzip2-devel"
|
||||
hostmakedepends="pkg-config llvm clang ${_deps}"
|
||||
makedepends="${_deps}"
|
||||
short_desc="Implementation of the Stateless OpenPGP CLI using Sequoia"
|
||||
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=4ced35c68b54a190b40acf1009c21da1e78b7d4b4e52b15feabdbab718b9baf5
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" $makedepends"
|
||||
fi
|
||||
|
||||
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
|
||||
checksum=f5f141a845c79a8fdb93486df97b8fc0748713653eee7ad749dd3147b3e472e0
|
||||
|
||||
pre_build() {
|
||||
export ASSET_OUT_DIR=assets
|
||||
|
|
Loading…
Add table
Reference in a new issue