New package: rvault-0.2

This commit is contained in:
Juan RP 2020-04-14 16:14:07 +02:00
parent 51c67dbb21
commit 6c7444f92c
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- src/crypto/crypto.h.orig 2020-04-14 16:00:33.022021781 +0200
+++ src/crypto/crypto.h 2020-04-14 16:00:50.765211461 +0200
@@ -8,6 +8,7 @@
#ifndef _CRYPTO_H_
#define _CRYPTO_H_
+#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>

22
srcpkgs/rvault/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'rvault'
pkgname=rvault
version=0.2
revision=1
build_style=gnu-makefile
build_wrksrc=src
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
libedit-devel sqlite-devel"
short_desc="Secure and authenticated store for secrets and small documents"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/rmind/rvault"
distfiles="https://github.com/rmind/rvault/archive/v${version}.tar.gz"
checksum=0927017cab3d0f29cb9e6cd537405aa3c1bf302d1285cb7c16da656ba73aa1be
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi