rvault: install license.
This commit is contained in:
parent
6c7444f92c
commit
98db64321f
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue