citadel/meta-citadel/recipes-support/nnn/nnn_2.2.bb
Bruce Leidl a8947e599a New recipes added:
nnn,libsodium,keyutils,xdg-dbus-proxy,ttf-dejavu,base16-vim
2019-04-02 15:36:31 -04:00

23 lines
522 B
BlitzBasic

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"
inherit pkgconfig
SRCREV = "673e3b988f25e82db225a86848db927c390bf74c"
SRC_URI = "git://github.com/jarun/nnn.git;protocol=https"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "'PREFIX=/usr'"
do_install () {
oe_runmake 'DESTDIR=${D}' install
}