void-packages/srcpkgs/keepassxc/template

29 lines
1.0 KiB
Bash
Raw Normal View History

2017-05-30 16:07:08 +02:00
# Template file for 'keepassxc'
pkgname=keepassxc
2017-06-29 01:31:12 +02:00
version=2.2.0
revision=1
2017-05-30 16:07:08 +02:00
build_style=cmake
configure_args="-DWITH_XC_HTTP=ON -DWITH_XC_YUBIKEY=ON -DWITH_XC_AUTOTYPE=ON -DWITH_TESTS=OFF"
makedepends="libXtst-devel libgcrypt-devel libykpers-devel libyubikey-devel qt5-tools-devel qt5-x11extras-devel"
2017-05-30 16:07:08 +02:00
short_desc="KeePassXC is a cross-platform port of “Keepass Password Safe”"
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
2017-06-29 01:31:12 +02:00
license="GPL-3, GPL-2, BSD-3-clause, LGPL-2, LGPL-2.1, LGPL-3+, Boost-1.0, CC-0"
2017-05-30 16:07:08 +02:00
homepage="https://keepassxc.org/"
distfiles="https://github.com/keepassxreboot/keepassxc/releases/download/${version}/keepassxc-${version}-src.tar.xz"
2017-06-29 01:31:12 +02:00
checksum=71c47ebd9a661fc439c61566e4a4aa482e4d463c0eaa4f7562e7216eb0327e59
2017-05-30 16:07:08 +02:00
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel qt5-qmake qt5-tools"
fi
post_install() {
2017-05-30 16:07:08 +02:00
vlicense COPYING
vlicense LICENSE.BOOST-1.0
vlicense LICENSE.BSD
vlicense LICENSE.CC0
vlicense LICENSE.NOKIA-LGPL-EXCEPTION
vlicense LICENSE.LGPL-3
vlicense LICENSE.LGPL-2.1
vlicense LICENSE.GPL-2
}