From 4d0bf2e90772a0d54ae405293d14e6e059a07f09 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.6 --- 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..90a2c6fdbe30 --- /dev/null +++ b/srcpkgs/fend/template @@ -0,0 +1,21 @@ +# Template file for 'fend' +pkgname=fend +version=1.1.6 +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="2bf2c1ac0716db91134b5862192a3c42d1b38612b7a3fd8ea3980fe884ae5ad7 + 6e7f4b48f5ef66a7432cfe0035f3c24fe875f0f7662b8c0300f2306328a6381b" +skip_extraction="fend.1" + +post_install() { + vlicense LICENSE.md + vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1 +}