# Template file for 'nushell' pkgname=nushell version=0.109.1 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=53d4611113a17ed3a29b0c81ea981d546a40dafca77fdcd9af7a7629ceabf48f register_shell="/usr/bin/nu" # all tests fail with argument --target make_check=no post_install() { vlicense LICENSE }