[arch-commits] Commit in khealthcertificate (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon Dec 6 13:22:09 UTC 2021


    Date: Monday, December 6, 2021 @ 13:22:08
  Author: arojas
Revision: 430730

archrelease: copy trunk to extra-x86_64

Added:
  khealthcertificate/repos/
  khealthcertificate/repos/extra-x86_64/
  khealthcertificate/repos/extra-x86_64/PKGBUILD
    (from rev 430729, khealthcertificate/trunk/PKGBUILD)

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

Copied: khealthcertificate/repos/extra-x86_64/PKGBUILD (from rev 430729, khealthcertificate/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2021-12-06 13:22:08 UTC (rev 430730)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=khealthcertificate
+pkgver=21.12
+pkgrel=1
+pkgdesc='Handling of digital vaccination, test and recovery certificates'
+arch=(x86_64)
+url='https://www.kde.org'
+license=(LGPL)
+depends=(karchive kcodecs)
+makedepends=(extra-cmake-modules qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('23ee807b39c16536c2e0f9c0e1601fdd1a579c2cb52adc33151f5fae6b60b618'
+            'SKIP')
+validpgpkeys=(0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah (mykolab address) <bshah at mykolab.com>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list