mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
parent
11a4fe463a
commit
bd8f21a238
1 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fend'
|
# Template file for 'fend'
|
||||||
pkgname=fend
|
pkgname=fend
|
||||||
version=1.4.8
|
version=1.4.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path cli"
|
make_install_args="--path cli"
|
||||||
|
@ -8,15 +8,16 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Arbitrary-precision unit-aware calculator"
|
short_desc="Arbitrary-precision unit-aware calculator"
|
||||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="MIT"
|
||||||
homepage="https://printfn.github.io/fend/"
|
homepage="https://printfn.github.io/fend/"
|
||||||
changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
|
||||||
https://github.com/printfn/fend/releases/download/v${version}/fend.1"
|
https://github.com/printfn/fend/releases/download/v${version}/fend.1>fend_man_${version}"
|
||||||
checksum="5e973bf7f53416039d5efc2f2ec360add5184625644e986808c21e5bd292fc58
|
checksum="f0f13932794ba8da32e54de923878b44620b15c6a206017502faa54ab881a33f
|
||||||
c0c8f8d188b5baa6c355edb81b57e48f4bff16be47edbbba9287dfb5f45222d7"
|
8adce618d5a02024f9f5c97f42e46f014727e20964d05d3177e7b783214180d5"
|
||||||
skip_extraction="fend.1"
|
skip_extraction="fend_man_${version}"
|
||||||
|
|
||||||
post_install() {
|
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