All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Guy Morand" <guy@guy-morand.ch>
To: openembedded-devel@lists.openembedded.org
Cc: Guy Morand <guy@guy-morand.ch>
Subject: [meta-oe][PATCH] fish: add fish recipe
Date: Fri, 28 May 2021 12:29:02 +0200	[thread overview]
Message-ID: <20210528102902.13676-1-guy@guy-morand.ch> (raw)

Signed-off-by: Guy Morand <guy@guy-morand.ch>
---
 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 = "Finally, a command line shell for the 90s"
+DESCRIPTION = "fish is a smart and user-friendly command line shell \
+for Linux, macOS, and the rest of the family."
+HOMEPAGE = "https://fishshell.com/"
+AUTHOR = "fish-shell contributors"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9dbc95a48a7b8859e3c6db4c9396f053"
+
+inherit cmake
+
+DEPENDS = " \
+    ncurses \
+    "
+
+SRC_URI = "https://github.com/fish-shell/fish-shell/releases/download/${PV}/fish-${PV}.tar.xz"
+SRC_URI[md5sum] = "606253699ce41991b03a93bcc6047d51"
+SRC_URI[sha256sum] = "5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009"
-- 
2.31.1


             reply	other threads:[~2021-05-28 10:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 10:29 Guy Morand [this message]
2021-05-29 20:59 ` [oe] [meta-oe][PATCH] fish: add fish recipe Khem Raj
2021-05-31  7:55   ` Guy Morand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210528102902.13676-1-guy@guy-morand.ch \
    --to=guy@guy-morand.ch \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.