aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/plocate/plocate.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/plocate/plocate.inc')
-rw-r--r--meta-oe/recipes-extended/plocate/plocate.inc9
1 files changed, 9 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 @@
+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"