24 lines
886 B
Bash
24 lines
886 B
Bash
# Template file for 'fend'
|
|
pkgname=fend
|
|
version=1.5.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="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="330ca6ca5fcb4410fe75caeab0d77b0b112a355ec2a5d5848dffb0a7a7a2e7a7
|
|
65be3b5b9c49fd13bab854eb1ffa9e14ae533d2623bcccedba48e935ecbe0584"
|
|
skip_extraction="fend_man_${version}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend_man_${version} fend.1
|
|
}
|