void-packages/srcpkgs/fend/template
2024-01-12 13:12:17 -05:00

20 lines
765 B
Bash

# Template file for 'fend'
pkgname=fend
version=1.4.1
revision=1
build_style=cargo
make_install_args="--path cli"
short_desc="Arbitrary-precision unit-aware calculator"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="GPL-3.0-or-later"
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="eb40e376e1da00055112edc583e86ac3913536b35f2f7265de55dca52319a4e4
4296b44f1d290125cf43114d4556c3cde1c4124e979a83f6aeb3e924678ed362"
skip_extraction="fend.1"
post_install() {
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
}