void-packages/srcpkgs/fend/template

24 lines
886 B
Bash

# Template file for 'fend'
pkgname=fend
version=1.4.9
revision=1
build_style=cargo
make_install_args="--path cli"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Arbitrary-precision unit-aware calculator"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
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>fend_man_${version}"
checksum="f0f13932794ba8da32e54de923878b44620b15c6a206017502faa54ab881a33f
8adce618d5a02024f9f5c97f42e46f014727e20964d05d3177e7b783214180d5"
skip_extraction="fend_man_${version}"
post_install() {
vlicense LICENSE.md
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend_man_${version} fend.1
}