nushell: update to 0.105.1

This commit is contained in:
Saksham 2025-06-16 02:23:45 +05:30 committed by tranzystorekk
parent 897f907a02
commit 98ced967b9

View file

@ -1,30 +1,22 @@
# Template file for 'nushell'
pkgname=nushell
version=0.104.1
version=0.105.1
revision=1
build_style=cargo
configure_args="--no-default-features --features=plugin,trash-support,sqlite,native-tls"
hostmakedepends="pkg-config"
makedepends="openssl-devel sqlite-devel"
depends="mimalloc"
short_desc="Modern shell for the GitHub era"
maintainer="Saksham <voidisnull@duck.com>"
license="MIT"
homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/"
distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
checksum=3dafca8bf892f5a2afaac1122a88a7eb7f22a0b62ef901f550173a11d5cbdf6e
checksum=2c52ef5aef2ba1a3ae873e84bf72b52220f47c8fe47b99950b791e678a43d597
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="arrow-rs parquet is busted garbage" ;;
esac
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic"
fi
post_install() {
vlicense LICENSE
}