[arch-commits] Commit in keepassxc/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Wed Jan 29 21:43:06 UTC 2020


    Date: Wednesday, January 29, 2020 @ 21:43:05
  Author: anatolik
Revision: 559157

archrelease: copy trunk to community-testing-x86_64

Added:
  keepassxc/repos/community-testing-x86_64/
  keepassxc/repos/community-testing-x86_64/PKGBUILD
    (from rev 559156, keepassxc/trunk/PKGBUILD)

----------+
 PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

Copied: keepassxc/repos/community-testing-x86_64/PKGBUILD (from rev 559156, keepassxc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-01-29 21:43:05 UTC (rev 559157)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=keepassxc
+pkgver=2.5.3
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/"
+license=(GPL)
+depends=(argon2 curl libgcrypt libsodium libxtst qrencode
+         qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('0500fbce66ee87dc1c36b24f3ea46bd5a3b0fb366ba50bca8b33f670eb21a6eb'
+            'SKIP')
+# List of signing keys can be found at https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+              71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+              AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+              C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+
+build() {
+    cmake -S keepassxc-$pkgver -B build \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -DWITH_XC_ALL=ON \
+        -DWITH_XC_UPDATECHECK=OFF
+    cmake --build build
+}
+
+check() {
+    cmake --build build --target test
+}
+
+package() {
+    cmake --build build --target install -- DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list