summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/nushell/nushell_0.111.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/nushell/nushell_0.111.0.bb')
-rw-r--r--meta-oe/recipes-extended/nushell/nushell_0.111.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/nushell/nushell_0.111.0.bb b/meta-oe/recipes-extended/nushell/nushell_0.111.0.bb
new file mode 100644
index 0000000000..720cfa3c09
--- /dev/null
+++ b/meta-oe/recipes-extended/nushell/nushell_0.111.0.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Nushell is a modern shell for structured data"
2HOMEPAGE = "https://crates.io/crates/nu"
3DESCRIPTION = "Nushell is a modern shell that works with structured data rather than text. \
4 Nushell takes cues from a lot of familiar territory: traditional shells like \
5 bash, object based shells like PowerShell, gradually typed languages like \
6 TypeScript, functional programming, systems programming, and more."
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = " \
10 file://LICENSE;md5=ea22f3cfd911b3519505220cfc0ce542 \
11"
12
13SRC_URI = "crate://crates.io/nu/${PV};name=nu"
14SRC_URI[nu.sha256sum] = "d976a48ba1dec6203834990d18a76050f05522160a375e53ef6620a864f69471"
15
16S = "${CARGO_VENDORING_DIRECTORY}/nu-${PV}"
17
18inherit cargo cargo-update-recipe-crates
19
20require ${BPN}-crates.inc
21
22BBCLASSEXTEND = "native"