Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 1 | SUMMARY = "Small and friendly console text editor" |
| 2 | DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ |
| 3 | Not ANOther editor) is an enhanced clone of the \ |
| 4 | Pico text editor." |
| 5 | HOMEPAGE = "http://www.nano-editor.org/" |
| 6 | SECTION = "console/utils" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | LICENSE = "GPL-3.0-only" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
| 9 | |
| 10 | DEPENDS = "ncurses file" |
| 11 | RDEPENDS:${PN} = "ncurses-terminfo-base" |
| 12 | |
| 13 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" |
| 14 | |
| 15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" |
Andrew Geissler | d583833 | 2022-05-27 11:33:10 -0500 | [diff] [blame] | 16 | SRC_URI[sha256sum] = "eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 17 | |
| 18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
| 19 | |
| 20 | inherit autotools gettext pkgconfig |
| 21 | |
| 22 | PACKAGECONFIG[tiny] = "--enable-tiny," |