summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/plocate/plocate.inc9
-rw-r--r--meta-oe/recipes-extended/plocate/plocate_1.1.17.bb9
2 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/plocate/plocate.inc b/meta-oe/recipes-extended/plocate/plocate.inc
new file mode 100644
index 0000000000..166fc2d561
--- /dev/null
+++ b/meta-oe/recipes-extended/plocate/plocate.inc
@@ -0,0 +1,9 @@
1SUMMARY = "plocate, a much faster locate"
2HOMEPAGE = "https://plocate.sesse.net/"
3DESCRIPTION = "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."
4SECTION = "base"
5LICENSE = "GPL-2.0-only"
6
7inherit meson pkgconfig
8
9DEPENDS = "zstd liburing"
diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb
new file mode 100644
index 0000000000..ef36754bac
--- /dev/null
+++ b/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb
@@ -0,0 +1,9 @@
1require plocate.inc
2# GPL-2.0-only
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6SRC_URI = "git://git.sesse.net/plocate;protocol=https;branch=master"
7
8SRCREV = "7e5defd4e7e075cb9226e7d2d9a80f943c482d11"
9S = "${WORKDIR}/git"