From d9c85041dd41e0a3b1e8abf93a9ba9d1daecfbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 3 Dec 2019 21:09:42 +0100 Subject: [PATCH] New package: nushell-0.6.1 --- srcpkgs/nushell/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/nushell/template diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template new file mode 100644 index 0000000000..7229c23f0a --- /dev/null +++ b/srcpkgs/nushell/template @@ -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 " +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 +}