void-packages/srcpkgs/cryfs/template
Andy Weidenbaum 80ab67b02c
cryfs: replace libomp-devel with libgomp-devel
per discussion: https://github.com/void-linux/void-packages/pull/11546#issuecomment-490895508

Closes: #11621 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-11 06:49:00 +02:00

21 lines
755 B
Bash

# Template file for 'cryfs'
pkgname=cryfs
version=0.10.1
revision=2
create_wrksrc=yes
build_style=cmake
configure_args="-DCRYFS_UPDATE_CHECKS=off"
hostmakedepends="git make 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=a01e15dd4520a7bb3a040d502b09e43e755f12b35f9eff88dc4d00b6286fbb1a
if [ "${XBPS_CHECK_PKGS}" ]; then
configure_args+=" -DBUILD_TESTING=on"
fi