[meta-oe][PATCH] fish: add fish recipe
Guy Morand
Signed-off-by: Guy Morand <guy@...>
--- meta-oe/recipes-shells/fish/fish_3.2.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-shells/fish/fish_3.2.2.bb diff --git a/meta-oe/recipes-shells/fish/fish_3.2.2.bb b/meta-oe/recipes-= shells/fish/fish_3.2.2.bb new file mode 100644 index 000000000..6bbe92088 --- /dev/null +++ b/meta-oe/recipes-shells/fish/fish_3.2.2.bb @@ -0,0 +1,17 @@ +SUMMARY =3D "Finally, a command line shell for the 90s" +DESCRIPTION =3D "fish is a smart and user-friendly command line shell \ +for Linux, macOS, and the rest of the family." +HOMEPAGE =3D "https://fishshell.com/" +AUTHOR =3D "fish-shell contributors" +LICENSE =3D "GPLv2" +LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D9dbc95a48a7b8859e3c6db4c9396f= 053" + +inherit cmake + +DEPENDS =3D " \ + ncurses \ + " + +SRC_URI =3D "https://github.com/fish-shell/fish-shell/releases/download/= ${PV}/fish-${PV}.tar.xz" +SRC_URI[md5sum] =3D "606253699ce41991b03a93bcc6047d51" +SRC_URI[sha256sum] =3D "5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfd= d8917856fe6b4009" --=20 2.31.1 |
|