void-packages/srcpkgs/nushell/template
FollieHiyuki 426d0dbeea nushell: update to 0.29.0
Closes: #29896 [via git-merge-pr]
2021-04-03 01:09:39 -03:00

22 lines
713 B
Bash

# Template file for 'nushell'
pkgname=nushell
version=0.29.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=1572c5e48c7b460e1693eb4dd153902cfff9b5069abd05297b79563e6ffbf9f1
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no
post_install() {
vlicense LICENSE
}