void-packages/srcpkgs/keepassxc/template
2019-04-27 06:28:10 +02:00

25 lines
996 B
Bash

# Template file for 'keepassxc'
pkgname=keepassxc
version=2.4.1
revision=2
build_style=cmake
configure_args="-DWITH_TESTS=OFF -DWITH_XC_ALL=ON -DWITH_XC_KEESHARE_SECURE=ON"
makedepends="qt5-tools-devel qt5-svg-devel libgcrypt-devel libargon2-devel qrencode-devel
qt5-x11extras-devel libXtst-devel libykpers-devel libyubikey-devel libsodium-devel quazip-devel"
short_desc="KeePassXC is a cross-platform port of “Keepass Password Safe”"
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
license="GPL-3.0-or-later, BSD-3-Clause, CC0-1.0, LGPL-2.0-only, LGPL-2.1-only,
LGPL-3.0-or-later, Nokia-Qt-exception-1.1, MIT BSL-1.0"
homepage="https://keepassxc.org/"
distfiles="https://github.com/keepassxreboot/keepassxc/releases/download/${version}/keepassxc-${version}-src.tar.xz"
checksum=0da97bd1279d1b9b06a63b9f723b43ab8c078b7f1203d6c13504fdd4735489ab
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools"
fi
post_install() {
vlicense LICENSE.BSD
vlicense LICENSE.MIT
}