22 lines
646 B
Bash
22 lines
646 B
Bash
# Template file for 'numbat'
|
|
pkgname=numbat
|
|
version=1.8.0
|
|
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=b02e4227ba1e7234c246099365143e01b957dfe5ce530424912b485ca42d28f9
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
vdoc README.md
|
|
|
|
vmkdir usr/share/numbat
|
|
vcopy numbat/modules usr/share/numbat
|
|
}
|