Date: Tuesday, October 13, 2020 @ 11:36:00
  Author: arojas
Revision: 398156

archrelease: copy trunk to testing-x86_64

Added:
  plasma-disks/repos/testing-x86_64/
  plasma-disks/repos/testing-x86_64/PKGBUILD
    (from rev 398155, plasma-disks/trunk/PKGBUILD)

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

Copied: plasma-disks/repos/testing-x86_64/PKGBUILD (from rev 398155, 
plasma-disks/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2020-10-13 11:36:00 UTC (rev 398156)
@@ -0,0 +1,29 @@
+# Maintainer:Antonio Rojas <[email protected]>
+
+pkgname=plasma-disks
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Monitors S.M.A.R.T. capable devices for imminent failure'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(smartmontools kdeclarative)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('187abd14a94864cfadfd19375ac93813194cf5e2d89e6863d52599bd7bf923e8'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 
<[email protected]>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<[email protected]>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 
<[email protected]>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to