From 96bf901021cd6a41a12e511c0b3cdbf38ecb3186 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.2 --- srcpkgs/numbat/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/numbat/template diff --git a/srcpkgs/numbat/template b/srcpkgs/numbat/template new file mode 100644 index 0000000000000..4f6ae74ebb3e9 --- /dev/null +++ b/srcpkgs/numbat/template @@ -0,0 +1,18 @@ +# Template file for 'numbat' +pkgname=numbat +version=1.6.2 +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=62400366887ad2f52a0de3d9f47cb17606566a3ca238aa496402c1538d507566 + +post_install() { + vlicense LICENSE-MIT + vdoc README.md +}