From 5e9b173e7589aed4dd61d0cd88bb50cd2b02c5e1 Mon Sep 17 00:00:00 2001 From: triallax Date: Thu, 21 Sep 2023 22:14:52 +0100 Subject: [PATCH] New package: numbat-1.6.3 --- srcpkgs/numbat/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/numbat/template diff --git a/srcpkgs/numbat/template b/srcpkgs/numbat/template new file mode 100644 index 0000000000000..eeee86ff9cfb5 --- /dev/null +++ b/srcpkgs/numbat/template @@ -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 " +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/modules + vcopy numbat/modules usr/share/numbat/modules +}