24 lines
954 B
Bash
24 lines
954 B
Bash
# Template file for 'keepassxc'
|
|
pkgname=keepassxc
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DWITH_TESTS=OFF -DWITH_XC_ALL=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"
|
|
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=081ff1a34da8e0e8db951b5d70824d7a2b3d299ed4ae54e6ddc1e3ac176b95a8
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE.BSD
|
|
vlicense LICENSE.MIT
|
|
}
|