void-packages/srcpkgs/nushell/template
2021-05-17 00:47:38 -03:00

22 lines
713 B
Bash

# Template file for 'nushell'
pkgname=nushell
version=0.31.0
revision=1
build_style=cargo
configure_args="--features=extra"
hostmakedepends="pkg-config python3 libgit2-devel"
makedepends="openssl-devel libgit2-devel libX11-devel libxcb-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://github.com/nushell/nushell/archive/${version}.tar.gz"
checksum=4dcbe38b35902a98df3f213fef5f69dcd9870975a18e2a7feb002534e68d848b
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
post_install() {
vlicense LICENSE
}