update nnn recipe

This commit is contained in:
Bruce Leidl 2019-04-09 15:20:36 -04:00
parent 247ed71ba5
commit 2b5b96afa6
2 changed files with 23 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
syslinux-extlinux \ syslinux-extlinux \
keymaps \ keymaps \
kbd \ kbd \
nnn \
console-tools \ console-tools \
coreutils \ coreutils \
gzip \ gzip \

View File

@ -0,0 +1,22 @@
DESCRIPTION = "Tiny, lightning fast, feature-packed file manager"
SUMMARY = "Small command line file manager"
HOMEPAGE = "https://github.com/jarun/nnn"
SECTION = "base"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=172009f55dfd36284e707e6c251c14c3"
DEPENDS = "ncurses readline"
inherit pkgconfig
SRCREV = "40b98e8c9e78f8e1622968014ed903aeac8a790e"
SRC_URI = "git://github.com/jarun/nnn.git;protocol=https"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "'PREFIX=/usr'"
do_install () {
oe_runmake 'DESTDIR=${D}' install
}