# Template file for 'nushell' pkgname=nushell version=0.110.0 revision=1 build_style=cargo configure_args="--no-default-features --features=plugin,trash-support,sqlite,network,native-tls" hostmakedepends="pkg-config" makedepends="openssl-devel sqlite-devel" short_desc="Modern shell for the GitHub era" maintainer="Saksham " 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=e4c95f743cea3d985ab90e03fd35707a46eef926d407ed363f994155c1ca5055 register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no post_install() { vlicense LICENSE }