New package: keepassxc.2.1.4
This commit is contained in:
parent
637d003b49
commit
2e5c33f3cb
1 changed files with 28 additions and 0 deletions
28
srcpkgs/keepassxc/template
Normal file
28
srcpkgs/keepassxc/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'keepassxc'
|
||||||
|
pkgname=keepassxc
|
||||||
|
version=2.1.4
|
||||||
|
revision=1
|
||||||
|
#only_for_archs="x86_64 i686"
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DWITH_XC_HTTP=ON -DWITH_XC_YUBIKEY=ON -DWITH_XC_AUTOTYPE=ON -DWITH_TESTS=OFF"
|
||||||
|
hostmakedepends="make gcc"
|
||||||
|
makedepends="libXi-devel libXtst-devel qt5-devel qt5-x11extras-devel qt5-tools-devel libgcrypt-devel zlib-devel libyubikey-devel libykpers-devel"
|
||||||
|
depends="qt5"
|
||||||
|
short_desc="KeePassXC is a cross-platform port of “Keepass Password Safe”"
|
||||||
|
maintainer="ibrokemypie <ibrokemypie@bastardi.net>"
|
||||||
|
license="GPL-3, BSD-3-clause, LGPL-2, LGPL-2.1, LGPL-3+, Boost-1.0, CC-0"
|
||||||
|
homepage="https://keepassxc.org/"
|
||||||
|
distfiles="https://github.com/keepassxreboot/keepassxc/releases/download/${version}/keepassxc-${version}-src.tar.xz"
|
||||||
|
checksum=22c564fab78bd960b9af5a779c7bd59f0cc04a9988b00c6b82329059e59b0035
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
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-3
|
||||||
|
vlicense LICENSE.GPL-2
|
||||||
|
}
|
Loading…
Reference in a new issue