blob: ed0bf337b581c263df5d901db0236de4a056cf3a [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001SECTION = "console/utils"
2SUMMARY = "Console text editor with good functionality, good choice for vi-haters"
3HOMEPAGE = "http://joe-editor.sourceforge.net/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Brad Bishop26bdd442019-08-16 17:08:17 -04005LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz"
8
9PACKAGECONFIG ??= "curses"
10PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses,ncurses-terminfo"
11
Andrew Geissler82c905d2020-04-13 13:39:40 -050012inherit autotools-brokensep mime-xdg
Brad Bishop26bdd442019-08-16 17:08:17 -040013
14SRC_URI[md5sum] = "9017484e6116830d846678b625ea5c43"
15SRC_URI[sha256sum] = "495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de"