mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
onefetch: update to 2.24.0
This commit is contained in:
parent
12c049c1c8
commit
98c5f3f85e
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'onefetch'
|
||||
pkgname=onefetch
|
||||
version=2.23.1
|
||||
version=2.24.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
make_check_args="-- --skip info::tests::test_style_subtitle"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config cmake"
|
||||
makedepends="zlib-devel libzstd-devel"
|
||||
checkdepends="git"
|
||||
short_desc="Git repository summary on your terminal"
|
||||
|
@ -14,15 +14,14 @@ license="MIT"
|
|||
homepage="https://onefetch.dev"
|
||||
changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/o2sh/onefetch/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=72e87f6a62682ad88aa07b02815ee1e2863fe45e04df3bba49026bf3edd10537
|
||||
checksum=41f457c9a8145de94980bcae497d84a56cd75c1598a6a9eeb45984947bf4f1f8
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
broken="exr crate unimplemented for BE"
|
||||
fi
|
||||
|
||||
pre_build() {
|
||||
vsed -i Cargo.toml -e "s/zlib-ng/zlib-stock/"
|
||||
cargo update --package flate2@1.0
|
||||
cargo update --package flate2@1.1.1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue