citadel/meta-citadel/recipes-support/nnn/nnn_2.2.bb

23 lines
522 B
BlitzBasic
Raw Normal View History

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
}