summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nano/nano_6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/nano/nano_6.0.bb')
-rw-r--r--meta-oe/recipes-support/nano/nano_6.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/nano/nano_6.0.bb b/meta-oe/recipes-support/nano/nano_6.0.bb
new file mode 100644
index 000000000..72558644f
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano_6.0.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Small and friendly console text editor"
2DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
3Not ANOther editor) is an enhanced clone of the \
4Pico text editor."
5HOMEPAGE = "http://www.nano-editor.org/"
6SECTION = "console/utils"
7LICENSE = "GPLv3"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
9
10DEPENDS = "ncurses file"
11RDEPENDS:${PN} = "ncurses-terminfo-base"
12
13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
14
15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
16SRC_URI[sha256sum] = "93ac8cb68b4ad10e0aaeb80a2dd15c5bb89eb665a4844f7ad01c67efcb169ea2"
17
18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
19
20inherit autotools gettext pkgconfig
21
22PACKAGECONFIG[tiny] = "--enable-tiny,"