plocate: add recipe

plocate, a much faster locate

Signed-off-by: Catalin Enache <catalin.enache@windriver.com>
Signed-off-by: Dragos-Marian Panait <dragos.panait@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Catalin Enache
2023-02-23 17:54:35 +02:00
committed by Khem Raj
parent f018a6bb3b
commit 3092ceda51
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,9 @@
SUMMARY = "plocate, a much faster locate"
HOMEPAGE = "https://plocate.sesse.net/"
DESCRIPTION = "plocate is a locate(1) based on posting lists, completely replacing mlocate with a much faster (and smaller) index. It is suitable as a default locate on your system."
SECTION = "base"
LICENSE = "GPL-2.0-only"
inherit meson pkgconfig
DEPENDS = "zstd liburing"
@@ -0,0 +1,9 @@
require plocate.inc
# GPL-2.0-only
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.sesse.net/plocate;protocol=https;branch=master"
SRCREV = "7e5defd4e7e075cb9226e7d2d9a80f943c482d11"
S = "${WORKDIR}/git"