numbat: update to 1.15.0

This commit is contained in:
tranzystorekk 2025-01-04 23:59:04 +01:00
parent c68ba5f876
commit 5f8c7d55b7

View File

@ -1,18 +1,19 @@
# Template file for 'numbat' # Template file for 'numbat'
pkgname=numbat pkgname=numbat
version=1.14.0 version=1.15.0
revision=1 revision=1
build_wrksrc=numbat-cli
build_style=cargo build_style=cargo
make_install_args="--path numbat-cli"
short_desc="Statically typed programming language for scientific computations" short_desc="Statically typed programming language for scientific computations"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0 OR MIT" license="Apache-2.0 OR MIT"
homepage="https://numbat.dev" homepage="https://numbat.dev"
changelog="https://github.com/sharkdp/numbat/releases" changelog="https://github.com/sharkdp/numbat/releases"
distfiles="https://github.com/sharkdp/numbat/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/sharkdp/numbat/archive/refs/tags/v${version}.tar.gz"
checksum=297c4ce1eca68a5f523a537b6d4a7334907f0cd4fbcf2162d1467d6d090c1445 checksum=abf7a79db4c8eb0e6ddd7a67efafcaf7b9d8c109ad255c21207be2bb54a12ba2
post_install() { post_install() {
cd ${wrksrc}
vlicense LICENSE-MIT vlicense LICENSE-MIT
vdoc README.md vdoc README.md