New package: numbat-1.6.3
This commit is contained in:
parent
d890a04188
commit
3f448d5f9f
|
@ -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 <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
|
||||
}
|
Loading…
Reference in New Issue