mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: nushell-0.6.1
This commit is contained in:
parent
db43e0535c
commit
d9c85041dd
1 changed files with 22 additions and 0 deletions
22
srcpkgs/nushell/template
Normal file
22
srcpkgs/nushell/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'nushell'
|
||||||
|
pkgname=nushell
|
||||||
|
version=0.6.1
|
||||||
|
revision=1
|
||||||
|
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/"
|
||||||
|
distfiles="https://static.crates.io/crates/nu/nu-${version}.crate"
|
||||||
|
checksum=882549e55b418f11a56a5ed0c528268338d9af9fee88c8b9e0be0dcd4169d238
|
||||||
|
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
aarch64*|arm*) broken="ARM is not supported right now: https://github.com/nushell/nushell/issues/485"
|
||||||
|
esac
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue