From c52db2cc61825dafe92e23240f6d10557c3c68b1 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.2.0 --- srcpkgs/fend/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/fend/template diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template new file mode 100644 index 000000000000..328a33b2e494 --- /dev/null +++ b/srcpkgs/fend/template @@ -0,0 +1,21 @@ +# Template file for 'fend' +pkgname=fend +version=1.2.0 +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 + https://github.com/printfn/fend/releases/download/v${version}/fend.1" +checksum="d2781dfdbaed22b38fabea6897ff2249ac804f9021c921cd67603f3b609994e2 + 160310c64fa39ed677d22e905b6f6358dff2526e2f60dad6821be6517512d35f" +skip_extraction="fend.1" + +post_install() { + vlicense LICENSE.md + vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1 +}