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