update nnn recipe
This commit is contained in:
parent
247ed71ba5
commit
2b5b96afa6
@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
|
||||
syslinux-extlinux \
|
||||
keymaps \
|
||||
kbd \
|
||||
nnn \
|
||||
console-tools \
|
||||
coreutils \
|
||||
gzip \
|
||||
|
22
meta-citadel/recipes-support/nnn/nnn_2.4.bb
Normal file
22
meta-citadel/recipes-support/nnn/nnn_2.4.bb
Normal 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user