diff options
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.bb | 22 |
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 @@ | |||
| 1 | SUMMARY = "Nushell is a modern shell for structured data" | ||
| 2 | HOMEPAGE = "https://crates.io/crates/nu" | ||
| 3 | DESCRIPTION = "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 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = " \ | ||
| 10 | file://LICENSE;md5=ea22f3cfd911b3519505220cfc0ce542 \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI = "crate://crates.io/nu/${PV};name=nu" | ||
| 14 | SRC_URI[nu.sha256sum] = "d976a48ba1dec6203834990d18a76050f05522160a375e53ef6620a864f69471" | ||
| 15 | |||
| 16 | S = "${CARGO_VENDORING_DIRECTORY}/nu-${PV}" | ||
| 17 | |||
| 18 | inherit cargo cargo-update-recipe-crates | ||
| 19 | |||
| 20 | require ${BPN}-crates.inc | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native" | ||
