[arch-commits] Commit in kasync/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:18:35 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:18:34
  Author: felixonmars
Revision: 659209

archrelease: copy trunk to community-staging-x86_64

Added:
  kasync/repos/community-staging-x86_64/
  kasync/repos/community-staging-x86_64/PKGBUILD
    (from rev 659208, kasync/trunk/PKGBUILD)

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

Copied: kasync/repos/community-staging-x86_64/PKGBUILD (from rev 659208, kasync/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:18:34 UTC (rev 659209)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=kasync
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='A C++ library for controlling asynchronous tasks'
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('08916f0878f4cac650b89e5bf04c49f1bf1fcd690c58310e4849350ddc6a3b58')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list