mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
nushell: update to 0.105.1
This commit is contained in:
parent
897f907a02
commit
98ced967b9
1 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue