mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
21 lines
771 B
Bash
21 lines
771 B
Bash
# Template file for 'wxMaxima'
|
|
pkgname=wxMaxima
|
|
version=19.01.0
|
|
revision=1
|
|
wrksrc="wxmaxima-Version-${version}"
|
|
build_style=cmake
|
|
configure_args="-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"
|
|
makedepends="wxWidgets-gtk3-devel"
|
|
depends="maxima desktop-file-utils"
|
|
short_desc="Cross-platform GUI for the computer algebra system Maxima"
|
|
maintainer="Martin Riese <grauehaare@gmx.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wxmaxima-developers.github.io/wxmaxima/"
|
|
distfiles="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${version}.tar.gz"
|
|
checksum=f28dfc9a717e4a91446cddba0e010c4383a3e973a11889948bd65ea311df28fc
|
|
nocross="clisp is nocross"
|
|
|
|
post_install() {
|
|
# remove unpackaged files
|
|
rm -f ${DESTDIR}/usr/share/wxMaxima/{COPYING,README}
|
|
}
|