From 5c56f349e09cbc29bb646066f9153a0c1899ef95 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 1 Apr 2023 14:56:13 +0200 Subject: [PATCH] New package: fend-1.1.5 --- srcpkgs/fend/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/fend/template diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template new file mode 100644 index 000000000000..90bae782ab5d --- /dev/null +++ b/srcpkgs/fend/template @@ -0,0 +1,17 @@ +# Template file for 'fend' +pkgname=fend +version=1.1.5 +revision=1 +build_style=cargo +make_install_args="--path cli" +short_desc="Arbitrary-precision unit-aware calculator" +maintainer="Marcin Puc " +license="MIT" +homepage="https://printfn.github.io/fend/" +changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md" +distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz" +checksum=4b9c8056c3e45bcfb068b4536b037eb9986b75fa2f86f561ea3ddd87946b7127 + +post_install() { + vlicense LICENSE.md +}