From 2e5c33f3cb605979c8ee3c5fad92f300af7ef605 Mon Sep 17 00:00:00 2001 From: ibrokemypie Date: Wed, 31 May 2017 00:07:08 +1000 Subject: [PATCH] New package: keepassxc.2.1.4 --- srcpkgs/keepassxc/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/keepassxc/template diff --git a/srcpkgs/keepassxc/template b/srcpkgs/keepassxc/template new file mode 100644 index 0000000000..9fb4918387 --- /dev/null +++ b/srcpkgs/keepassxc/template @@ -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 " +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 +}