New package: cryfs-0.10.1
This commit is contained in:
parent
cd11669488
commit
c5cec29434
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'cryfs'
|
||||
pkgname=cryfs
|
||||
version=0.10.1
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_style=cmake
|
||||
configure_args="-DCRYFS_UPDATE_CHECKS=off
|
||||
-DOpenMP_CXX_FLAGS=-I${XBPS_CROSS_BASE}/usr/include
|
||||
-DOpenMP_CXX_LIB_NAMES=omp
|
||||
-DOpenMP_omp_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libomp.so"
|
||||
hostmakedepends="git make python"
|
||||
makedepends="boost-devel fuse-devel libcurl-devel libomp-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
|
Loading…
Reference in New Issue