rvault: build with mbedtls2
This commit is contained in:
parent
aafca8c2fc
commit
8a558807b5
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'rvault'
|
||||
pkgname=rvault
|
||||
version=0.4
|
||||
revision=4
|
||||
revision=5
|
||||
build_wrksrc=src
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
make_build_args="USE_SQLITE=1 USE_MBEDTLS=1 USE_OPENSSL=0 USE_SODIUM=0"
|
||||
make_install_args="BINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||
hostmakedepends="pkgconf"
|
||||
makedepends="libscrypt-devel mbedtls-devel fuse-devel libcurl-devel
|
||||
makedepends="libscrypt-devel mbedtls2-devel fuse-devel libcurl-devel
|
||||
libedit-devel sqlite-devel"
|
||||
short_desc="Secure and authenticated store for secrets and small documents"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue