void-packages/srcpkgs/nushell/template
Jan Christian Grünhage de6e64ad0d nushell: update to 0.21.0.
Closes: #25885 [via git-merge-pr]
2020-10-26 14:16:17 -04:00

23 lines
719 B
Bash

# Template file for 'nushell'
pkgname=nushell
version=0.21.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 <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/"
distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
checksum=44b0dc4127433373d6ce1b5ba50c56780f23b861654fce3b48d5b599758e772c
post_install() {
vlicense LICENSE
}