[arch-commits] Commit in wxmaxima/repos (community-x86_64 community-x86_64/PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Mar 31 15:01:24 UTC 2022
Date: Thursday, March 31, 2022 @ 15:01:24
Author: arojas
Revision: 1177958
archrelease: copy trunk to community-x86_64
Added:
wxmaxima/repos/community-x86_64/
wxmaxima/repos/community-x86_64/PKGBUILD
(from rev 1177957, wxmaxima/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: wxmaxima/repos/community-x86_64/PKGBUILD (from rev 1177957, wxmaxima/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2022-03-31 15:01:24 UTC (rev 1177958)
@@ -0,0 +1,31 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=wxmaxima
+pkgver=22.03.0
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/"
+license=('GPL2')
+depends=('maxima' 'wxgtk3')
+makedepends=('cmake')
+source=(https://github.com/wxMaxima-developers/wxmaxima/archive/Version-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2192f804588511e9a796ad0b677e6f4721bb2cf2a52766f3d47f4528ad0ce0a4')
+
+build() {
+ cmake -B build -S ${pkgname}-Version-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+ cmake --build build
+}
+
+#check() {
+# cd ${pkgname}-Version-${pkgver}
+# ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+ DESTDIR="${pkgdir}" cmake --install build
+}
More information about the arch-commits
mailing list