blob: 694c29776a7a08f72804463ca929a98383ad1896 [file] [log] [blame]
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06001SUMMARY = "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"
Andrew Geissler220dafd2023-10-04 10:18:08 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06007
8inherit meson pkgconfig
9
10DEPENDS = "zstd liburing"
Andrew Geissler220dafd2023-10-04 10:18:08 -050011
Patrick Williams03514f12024-04-05 07:04:11 -050012SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz \
13 file://0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch"
Andrew Geissler220dafd2023-10-04 10:18:08 -050014
Patrick Williams73bd93f2024-02-20 08:07:48 -060015SRC_URI[sha256sum] = "3b7e4741b4aa2ec044e53eff06474a32a3fb1e928b9382351fe79d4c27fb0049"