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

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:43:32 UTC 2018


    Date: Friday, November 9, 2018 @ 23:43:32
  Author: felixonmars
Revision: 405364

archrelease: copy trunk to community-staging-x86_64

Added:
  speedcrunch/repos/community-staging-x86_64/
  speedcrunch/repos/community-staging-x86_64/PKGBUILD
    (from rev 405363, speedcrunch/trunk/PKGBUILD)

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

Copied: speedcrunch/repos/community-staging-x86_64/PKGBUILD (from rev 405363, speedcrunch/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 23:43:32 UTC (rev 405364)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=speedcrunch
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Simple but powerful calculator using Qt"
+arch=(x86_64)
+url="http://speedcrunch.org/"
+license=(GPL2)
+depends=(qt5-tools)
+makedepends=(cmake)
+source=("https://bitbucket.org/heldercorreia/speedcrunch/get/release-$pkgver.tar.bz2")
+md5sums=('f294f00d9ab8153ad4f2bebaaa93176c')
+
+build() {
+  cd */src
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd */src
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list