void-packages/srcpkgs/fend/template

23 lines
822 B
Bash

# Template file for 'fend'
pkgname=fend
version=1.4.6
revision=1
build_style=cargo
make_install_args="--path cli"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
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="88fe4abf2caf96241a2964f510fd8801ac22f5c1511a4817361e676e931b0ce0
6a4d2ce5593ea4d5b61be4712c93024d7658a2da514f1cb385f808eefed528cc"
skip_extraction="fend.1"
post_install() {
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
}