Date: Friday, September 24, 2021 @ 16:24:01
  Author: arojas
Revision: 1023834

archrelease: copy trunk to community-staging-x86_64

Added:
  neochat/repos/community-staging-x86_64/
  neochat/repos/community-staging-x86_64/PKGBUILD
    (from rev 1023833, neochat/trunk/PKGBUILD)

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

Copied: neochat/repos/community-staging-x86_64/PKGBUILD (from rev 1023833, 
neochat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-24 16:24:01 UTC (rev 1023834)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: derfenix <[email protected]>
+
+pkgname=neochat
+pkgver=1.2.0
+pkgrel=4
+pkgdesc='A client for matrix, the decentralized communication protocol'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/neochat'
+depends=(qqc2-desktop-style kdbusaddons knotifications libquotient 
kquickimageeditor kitemmodels qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8ee4b5f61db7d43c902115e0be01f2b587100183b382596473922e9a42749de6'
+            'SKIP')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to