blob: 48e92de4cbd379c29293e30badb37fe7dbc245ac [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
2Not ANOther editor) is an enhanced clone of the \
3Pico text editor."
4HOMEPAGE = "http://www.nano-editor.org/"
5SECTION = "console/utils"
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
8
9DEPENDS = "ncurses file"
10RDEPENDS_${PN} = "ncurses-terminfo-base"
11
12PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
13
14SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
Andrew Geisslerbbbd5f42020-10-30 15:42:48 -050015SRC_URI[sha256sum] = "c5c1cbcf622d9a96b6030d66409ed12b204e8bc01ef5e6554ebbe6fb1d734352"
Andrew Geissler82c905d2020-04-13 13:39:40 -050016
17UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
18
19inherit autotools gettext pkgconfig
20
21PACKAGECONFIG[tiny] = "--enable-tiny,"