blob: 166fc2d5613f0e43e4ffa123f2e95333735ed428 [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"
6
7inherit meson pkgconfig
8
9DEPENDS = "zstd liburing"