22 lines
713 B
Bash
22 lines
713 B
Bash
# Template file for 'nushell'
|
|
pkgname=nushell
|
|
version=0.30.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=a36cd3d93c69aab83c874fe0c8b653ce9fe188da9f527d3bb28492ba213e579a
|
|
register_shell="/usr/bin/nu"
|
|
# all tests fail with argument --target
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|