void-packages/srcpkgs/nushell/template
2020-05-11 20:18:26 +02:00

23 lines
719 B
Bash

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