[arch-commits] Commit in speedcrunch/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:44:27 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:44:26
Author: felixonmars
Revision: 659392
archrelease: copy trunk to community-staging-x86_64
Added:
speedcrunch/repos/community-staging-x86_64/
speedcrunch/repos/community-staging-x86_64/PKGBUILD
(from rev 659391, speedcrunch/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: speedcrunch/repos/community-staging-x86_64/PKGBUILD (from rev 659391, speedcrunch/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:44:26 UTC (rev 659392)
@@ -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=3
+pkgdesc="Simple but powerful calculator using Qt"
+arch=(x86_64)
+url="https://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