mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
parent
11a4fe463a
commit
bd8f21a238
1 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fend'
|
||||
pkgname=fend
|
||||
version=1.4.8
|
||||
version=1.4.9
|
||||
revision=1
|
||||
build_style=cargo
|
||||
make_install_args="--path cli"
|
||||
|
@ -8,15 +8,16 @@ 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"
|
||||
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"
|
||||
checksum="5e973bf7f53416039d5efc2f2ec360add5184625644e986808c21e5bd292fc58
|
||||
c0c8f8d188b5baa6c355edb81b57e48f4bff16be47edbbba9287dfb5f45222d7"
|
||||
skip_extraction="fend.1"
|
||||
https://github.com/printfn/fend/releases/download/v${version}/fend.1>fend_man_${version}"
|
||||
checksum="f0f13932794ba8da32e54de923878b44620b15c6a206017502faa54ab881a33f
|
||||
8adce618d5a02024f9f5c97f42e46f014727e20964d05d3177e7b783214180d5"
|
||||
skip_extraction="fend_man_${version}"
|
||||
|
||||
post_install() {
|
||||
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
|
||||
vlicense LICENSE.md
|
||||
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend_man_${version} fend.1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue