23 lines
822 B
Bash
23 lines
822 B
Bash
# Template file for 'fend'
|
|
pkgname=fend
|
|
version=1.4.5
|
|
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="1bf65941f690ef6f0c95cf2485e6675bd35c3a46725fe9d1ed06c810c1a05b22
|
|
0161a89e36e93b558e253bfb9daef2ebf85c82ed7f992b72963edbf63350e9be"
|
|
skip_extraction="fend.1"
|
|
|
|
post_install() {
|
|
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
|
|
}
|