Date: Friday, March 17, 2023 @ 12:53:35
Author: arojas
Revision: 471055
archrelease: copy trunk to extra-x86_64
Added:
keysmith/repos/extra-x86_64/
keysmith/repos/extra-x86_64/PKGBUILD
(from rev 471054, keysmith/trunk/PKGBUILD)
keysmith/repos/extra-x86_64/keys/
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: keysmith/repos/extra-x86_64/PKGBUILD (from rev 471054,
keysmith/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2023-03-17 12:53:35 UTC (rev 471055)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Matheus Gabriel Werny de Lima <[email protected]>
+
+pkgname=keysmith
+pkgver=23.01.0
+pkgrel=1
+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=('6eb9aacb013721a3ba8d0a85f304b5659b6bc43925c3ab4ac786069e875baf54'
+ 'SKIP')
+validpgpkeys=(39FFA93CAE9C6AFC212AD00202325448204E452A # 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
+}