Date: Monday, February 15, 2021 @ 21:58:24
  Author: arojas
Revision: 862158

archrelease: copy trunk to community-x86_64

Added:
  plasma-pass/repos/
  plasma-pass/repos/community-x86_64/
  plasma-pass/repos/community-x86_64/PKGBUILD
    (from rev 862157, plasma-pass/trunk/PKGBUILD)

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

Copied: plasma-pass/repos/community-x86_64/PKGBUILD (from rev 862157, 
plasma-pass/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2021-02-15 21:58:24 UTC (rev 862158)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-pass
+pkgver=1.2.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Plasma applet for the Pass password manager"
+url="https://www.dvratil.cz/2018/05/plasma-pass/";
+license=(GPL)
+depends=(plasma-workspace oath-toolkit)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('01f0b03b99e41c067295e7708d41bbe581c0d73e78d43b50bf86b4699969f780'
+            'SKIP')
+validpgpkeys=('0ABDFA55A4E6BEA99A83EA974D69557AECB13683') # Daniel Vrátil 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to