Date: Tuesday, December 20, 2022 @ 17:02:36
Author: arojas
Revision: 1363767
archrelease: copy trunk to community-staging-x86_64
Added:
neochat/repos/community-staging-x86_64/
neochat/repos/community-staging-x86_64/PKGBUILD
(from rev 1363766, neochat/trunk/PKGBUILD)
neochat/repos/community-staging-x86_64/keys/
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: neochat/repos/community-staging-x86_64/PKGBUILD (from rev 1363766,
neochat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-12-20 17:02:36 UTC (rev 1363767)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: derfenix <[email protected]>
+
+pkgname=neochat
+pkgver=22.11
+pkgrel=2
+pkgdesc='A client for matrix, the decentralized communication protocol'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/neochat'
+depends=(qqc2-desktop-style kirigami-addons
+ libquotient kquickimageeditor kitemmodels kio syntax-highlighting
qtkeychain-qt5 cmark hicolor-icon-theme)
+makedepends=(extra-cmake-modules qcoro-qt5 kdoctools)
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('25362be430c930ff6d964a69a19b49d53043c2789a34893c61ab00ce619ad0be'
+ '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
+}