Date: Wednesday, October 26, 2022 @ 21:16:11
  Author: arojas
Revision: 1336938

Add keysmith

Added:
  keysmith/
  keysmith/trunk/
  keysmith/trunk/PKGBUILD

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

Added: keysmith/trunk/PKGBUILD
===================================================================
--- keysmith/trunk/PKGBUILD                             (rev 0)
+++ keysmith/trunk/PKGBUILD     2022-10-26 21:16:11 UTC (rev 1336938)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Matheus Gabriel Werny de Lima <[email protected]>
+
+pkgname=keysmith
+pkgver=22.09
+pkgrel=2
+pkgdesc='OTP client for Plasma Mobile and Desktop'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/keysmith'
+depends=(kirigami2 ki18n kdbusaddons kwindowsystem libsodium qt5-svg 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('fec90353b2c7dea2731d436eb7086a273bfa88333655273c85cad89c6edd7b70'
+            'SKIP')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B  # Carl Schwan 
<[email protected]>
+              0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah 
(mykolab address) <[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to