nushell: update to 0.101.0, adopt

Closes: #53649 [via git-merge-pr]
This commit is contained in:
Saksham 2024-12-23 19:25:59 +05:30 committed by classabbyamp
parent 34f05025b6
commit e385c788c9
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,18 +1,18 @@
# Template file for 'nushell'
pkgname=nushell
version=0.100.0
version=0.101.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel libgit2-devel libzstd-devel sqlite-devel"
makedepends="openssl-devel sqlite-devel"
depends="mimalloc"
short_desc="Modern shell for the GitHub era"
maintainer="Orphaned <orphan@voidlinux.org>"
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=00b94984d3140e286e06d4beca2926ef80e0a0cc3ada75916e4fb9fa66ec28ad
checksum=43e4a123e86f0fb4754e40d0e2962b69a04f8c2d58470f47cb9be81daabab347
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
@ -27,7 +27,4 @@ fi
post_install() {
vlicense LICENSE
vsconf crates/nu-utils/src/sample_config/default_config.nu
vsconf crates/nu-utils/src/sample_config/default_env.nu
vsconf crates/nu-utils/src/sample_config/sample_login.nu
}