2021-10-06 15:27:34 -04:00
|
|
|
SUMMARY = "Small and friendly console text editor"
|
2018-11-11 17:14:17 -05:00
|
|
|
DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
|
|
|
|
Not ANOther editor) is an enhanced clone of the \
|
|
|
|
Pico text editor."
|
|
|
|
HOMEPAGE = "http://www.nano-editor.org/"
|
2021-05-05 08:45:55 -04:00
|
|
|
SECTION = "console/utils"
|
2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "GPL-3.0-only"
|
2018-11-11 17:14:17 -05:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
2021-05-05 08:45:55 -04:00
|
|
|
|
2018-11-11 17:14:17 -05:00
|
|
|
DEPENDS = "ncurses file"
|
2022-05-28 11:20:07 -04:00
|
|
|
RDEPENDS:${PN} = "ncurses-terminfo-base"
|
2018-11-11 17:14:17 -05:00
|
|
|
|
|
|
|
PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
|
|
|
|
|
|
|
|
SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
|
2021-10-06 15:27:34 -04:00
|
|
|
SRC_URI[sha256sum] = "e43b63db2f78336e2aa123e8d015dbabc1720a15361714bfd4b1bb4e5e87768c"
|
2018-11-11 17:14:17 -05:00
|
|
|
|
2021-05-05 08:45:55 -04:00
|
|
|
UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
|
2018-11-11 17:14:17 -05:00
|
|
|
|
|
|
|
inherit autotools gettext pkgconfig
|
|
|
|
|
|
|
|
PACKAGECONFIG[tiny] = "--enable-tiny,"
|