rvault: update to 0.4.

This commit is contained in:
Duncaen 2022-02-12 16:57:25 +01:00
parent 19ae84f562
commit c76f8754e9
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'rvault' # Template file for 'rvault'
pkgname=rvault pkgname=rvault
version=0.3 version=0.4
revision=1 revision=1
build_wrksrc=src build_wrksrc=src
build_style=gnu-makefile build_style=gnu-makefile
@ -11,16 +11,20 @@ hostmakedepends="pkgconf"
makedepends="libscrypt-devel mbedtls-devel fuse-devel libcurl-devel makedepends="libscrypt-devel mbedtls-devel fuse-devel libcurl-devel
libedit-devel sqlite-devel" libedit-devel sqlite-devel"
short_desc="Secure and authenticated store for secrets and small documents" short_desc="Secure and authenticated store for secrets and small documents"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/rmind/rvault" homepage="https://github.com/rmind/rvault"
distfiles="https://github.com/rmind/rvault/archive/v${version}.tar.gz" distfiles="https://github.com/rmind/rvault/archive/v${version}.tar.gz"
checksum=e7480aaf7bb2feb5c7bc0d2a0c6998583d2ad41417ec4aadbf9ccb001f76d7a1 checksum=be729a5add68a1515de856ec88750d0d1ececadc540ac956e8f5730e1f27d47c
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat" makedepends+=" musl-legacy-compat"
fi fi
post_extract() {
vsed -e 's/-Werror//' -i ${build_wrksrc}/Makefile
}
post_install() { post_install() {
vlicense ${wrksrc}/LICENSE vlicense ${wrksrc}/LICENSE
} }