21 lines
752 B
Bash
21 lines
752 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 <atweiden@tutanota.de>"
|
|
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
|