summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/nushell/nushell_0.111.0.bb
blob: 720cfa3c09ae3561366a8ee9e0e6aeff35a89032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Nushell is a modern shell for structured data"
HOMEPAGE = "https://crates.io/crates/nu"
DESCRIPTION = "Nushell is a modern shell that works with structured data rather than text. \
               Nushell takes cues from a lot of familiar territory: traditional shells like \
               bash, object based shells like PowerShell, gradually typed languages like \
               TypeScript, functional programming, systems programming, and more."

LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
    file://LICENSE;md5=ea22f3cfd911b3519505220cfc0ce542 \
"

SRC_URI = "crate://crates.io/nu/${PV};name=nu"
SRC_URI[nu.sha256sum] = "d976a48ba1dec6203834990d18a76050f05522160a375e53ef6620a864f69471"

S = "${CARGO_VENDORING_DIRECTORY}/nu-${PV}"

inherit cargo cargo-update-recipe-crates

require ${BPN}-crates.inc

BBCLASSEXTEND = "native"