Skip to content

Commit

Permalink
New package: numbat-1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Oct 2, 2023
1 parent 0538d60 commit ea9de10
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/numbat/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'numbat'
pkgname=numbat
version=1.6.3
revision=1
build_style=cargo
make_install_args="--path numbat-cli"
short_desc="Statically typed programming language for scientific computations"
maintainer="Mohammed Anas <[email protected]>"
license="Apache-2.0, MIT"
homepage="https://numbat.dev"
changelog="https://github.com/sharkdp/numbat/releases"
distfiles="https://github.com/sharkdp/numbat/archive/refs/tags/v${version}.tar.gz"
checksum=0f70e14d408f6129f2a5621053ebc4c47cdda9088ceb367151fb73436620523c

post_install() {
vlicense LICENSE-MIT
vdoc README.md

vmkdir usr/share/numbat/
vcopy numbat/modules usr/share/numbat
}

0 comments on commit ea9de10

Please sign in to comment.