[arch-commits] Commit in kasync (3 files)

Antonio Rojas arojas at archlinux.org
Wed Apr 4 21:27:19 UTC 2018


    Date: Wednesday, April 4, 2018 @ 21:27:18
  Author: arojas
Revision: 314288

archrelease: copy trunk to community-x86_64

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

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

Copied: kasync/repos/community-x86_64/PKGBUILD (from rev 314287, kasync/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-04-04 21:27:18 UTC (rev 314288)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=kasync
+pkgver=0.2.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=('0ff75cf4cbef3baff2ffd061bac737e7b05bd0f24f7a89ac83c4ea17a5ba4ac3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list