void-packages/srcpkgs/nushell/template
Jan Christian Grünhage 0c8deed30f nushell: update to 0.9.0.
2020-02-03 19:35:34 +01:00

23 lines
718 B
Bash

# Template file for 'nushell'
pkgname=nushell
version=0.9.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=f04f44a0a4b22655e34635ab7866f88f10bcea990d238f9690e73b7e2f48596a
post_install() {
vlicense LICENSE
}