rvault: install license.

This commit is contained in:
Juan RP 2020-04-14 16:20:46 +02:00
parent 6c7444f92c
commit 98db64321f
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,7 +1,7 @@
# Template file for 'rvault'
pkgname=rvault
version=0.2
revision=1
revision=2
build_style=gnu-makefile
build_wrksrc=src
make_use_env=yes
@ -20,3 +20,7 @@ checksum=0927017cab3d0f29cb9e6cd537405aa3c1bf302d1285cb7c16da656ba73aa1be
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense ${wrksrc}/LICENSE
}