blob: 0be022467b58553f3c04a5940dee8a60915d26f3 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "GPL-3.0-only"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008LIC_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] = "2bca1804bead6aaf4ad791f756e4749bb55ed860eec105a97fba864bc6a77cb3"
17
18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
19
20inherit autotools gettext pkgconfig
21
22PACKAGECONFIG[tiny] = "--enable-tiny,"