void-packages/srcpkgs/numbat/template

22 lines
646 B
Bash

# 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 <triallax@tutanota.com>"
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
}