mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fend: update to 1.4.0
This commit is contained in:
parent
242ac8e5bf
commit
23c8bc2d61
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'fend'
|
# Template file for 'fend'
|
||||||
pkgname=fend
|
pkgname=fend
|
||||||
version=1.3.3
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path cli"
|
make_install_args="--path cli"
|
||||||
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="MIT"
|
license="GPL-3.0-or-later"
|
||||||
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"
|
||||||
checksum="90364fab29b51e1c359ff72f8ccfc3e8a3c96bbc8b38d0646c28c489a8071084
|
checksum="1d3e37c2688846539b1666a924fdee5bdf60f54d94c8be6ccfd4364267f13af0
|
||||||
758527c10e18c573f1f6e76b9ea15aae10de9defb3ecb01e2a2495f47cd927d9"
|
b2a23e220473a9151f76bf18dc27c94ccc09afe4b7eacb49848d0a181bfdee38"
|
||||||
skip_extraction="fend.1"
|
skip_extraction="fend.1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
|
||||||
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
|
vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue