void-packages/srcpkgs/cryfs/template
Thomas 89b41e43d4 cryfs: update to 0.10.2.
Closes: #12357 [via git-merge-pr]
2019-06-10 09:01:39 +02:00

22 lines
750 B
Bash

# Template file for 'cryfs'
pkgname=cryfs
version=0.10.2
revision=1
create_wrksrc=yes
build_style=cmake
configure_args="-DCRYFS_UPDATE_CHECKS=off"
hostmakedepends="git python"
makedepends="boost-devel fuse-devel libcurl-devel libgomp-devel libressl-devel"
depends="fuse"
short_desc="Cryptographic filesystem for the cloud"
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
license="LGPL-3.0-only"
homepage="https://www.cryfs.org"
changelog="https://github.com/cryfs/cryfs/raw/master/ChangeLog.txt"
distfiles="https://github.com/cryfs/cryfs/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=004c7fdf537062e197aaa0bcdafd2682904a279802441bb6063cb72c1fba52d2
if [ "${XBPS_CHECK_PKGS}" ]; then
configure_args+=" -DBUILD_TESTING=on"
fi