summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/plocate/plocate_1.1.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/plocate/plocate_1.1.19.bb')
-rw-r--r--meta-oe/recipes-extended/plocate/plocate_1.1.19.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.19.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.19.bb
new file mode 100644
index 0000000000..6b3160f090
--- /dev/null
+++ b/meta-oe/recipes-extended/plocate/plocate_1.1.19.bb
@@ -0,0 +1,14 @@
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"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8inherit meson pkgconfig
9
10DEPENDS = "zstd liburing"
11
12SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz"
13
14SRC_URI[sha256sum] = "d95bc8ee8a9f79b9f69ce63df53fb85b202139f243bbb84c399555eda22e6165"