blob: 5f45d7fbd691fcd741fc9c0b0ba4992208fed193 [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
12SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz"
13
Patrick Williams705982a2024-01-12 09:51:57 -060014SRC_URI[sha256sum] = "9b3d2842a08e69633c0ffa480c139603514ce59f1d021c263e9301324976959f"