mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
VeraCrypt: fix license=
This commit is contained in:
parent
e0c5adb09e
commit
693b8a1434
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'Veracrypt'
|
||||
# Template file for 'VeraCrypt'
|
||||
pkgname=VeraCrypt
|
||||
version=1.22
|
||||
revision=3
|
||||
revision=4
|
||||
create_wrksrc=1
|
||||
build_wrksrc="src"
|
||||
build_wrksrc=src
|
||||
build_style=gnu-makefile
|
||||
make_use_env=1
|
||||
hostmakedepends="pkg-config yasm"
|
||||
makedepends="fuse-devel wxWidgets-devel"
|
||||
short_desc="Disk encryption with strong security based on TrueCrypt"
|
||||
maintainer="Gustavo Heinz <gustavoheinz95@gmail.com>"
|
||||
license="Apache 2.0, TrueCrypt 3.0"
|
||||
license="Apache-2.0, TrueCrypt 3.0"
|
||||
homepage="https://www.veracrypt.fr"
|
||||
distfiles="https://launchpad.net/veracrypt/trunk/${version}/+download/${pkgname}_${version}_Source.tar.bz2"
|
||||
checksum=9e4c0cc0edda0031978ec13d81f420af55c14b4a6b06c8d448760fd06df7b870
|
||||
|
@ -20,7 +20,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*) make_build_args+=' NOASM=1' ;;
|
||||
esac
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make_build_args+=' NOTEST=1'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue