# Template file for 'nushell' pkgname=nushell version=0.14.0 revision=1 # raw-cpuid does not support other archs # https://github.com/nushell/nushell/issues/485 # remove when the issue is fixed (should fix all archs) archs="x86_64* i686*" wrksrc="nu-${version}" build_style=cargo hostmakedepends="pkg-config" makedepends="libressl-devel" short_desc="Modern shell for the GitHub era" maintainer="Jan Christian Grünhage " license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" distfiles="https://static.crates.io/crates/nu/nu-${version}.crate" checksum=4b2d81c01c115f815b3e3465a9c65aa72813c6d0ef98f7049b3db50ea251caa8 post_install() { vlicense LICENSE }