muparser: update to 2.3.5

New versions migrated to cmake
Disabled samples generation
Reenable parallel builds
Also adopt package

License file has been renamed, content re-indented, the only
modification to the text seems to be:
"COPYRIGHT HOLDER" vs "COPYRIGHT OWNER"

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
This commit is contained in:
Vincent Legoll 2025-06-10 23:05:28 +02:00 committed by classabbyamp
parent 2ecc22f473
commit e14f44a52e

View file

@ -1,18 +1,19 @@
# Template file for 'muparser' # Template file for 'muparser'
pkgname=muparser pkgname=muparser
version=2.2.6.1 version=2.3.5
revision=1 revision=1
build_style=gnu-configure build_style=cmake
short_desc="A fast mathematical expression parser library" configure_args="-DENABLE_SAMPLES=OFF"
maintainer="Orphaned <orphan@voidlinux.org>" makedepends="libgomp-devel"
short_desc="Fast mathematical expression parser library"
maintainer="Vincent Legoll <vincent.legoll@gmail.com>"
license="MIT" license="MIT"
homepage="http://muparser.beltoforion.de/" homepage="http://muparser.beltoforion.de/"
distfiles="https://github.com/beltoforion/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" distfiles="https://github.com/beltoforion/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=d2562853d972b6ddb07af47ce8a1cdeeb8bb3fa9e8da308746de391db67897b3 checksum=20b43cc68c655665db83711906f01b20c51909368973116dfc8d7b3c4ddb5dd4
disable_parallel_build=yes
post_install() { post_install() {
vlicense License.txt vlicense LICENSE
} }
muparser-devel_package() { muparser-devel_package() {
@ -21,7 +22,7 @@ muparser-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove usr/lib/*.so vmove usr/lib/*.so
} }
} }