# Template file for 'plocate'
pkgname=plocate
version=1.1.23
revision=1
build_style=meson
configure_args="
 -Dinstall_systemd=true
 -Dlocategroup=_plocate
 -Dsystemunitdir=/usr/lib/systemd/system
 -Dupdatedb_progname=pupdatedb"
hostmakedepends="pkg-config"
makedepends="libzstd-devel liburing-devel"
short_desc="Much faster locate based on posting lists"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://plocate.sesse.net/"
changelog="https://git.sesse.net/?p=plocate;a=blob_plain;f=NEWS;hb=HEAD"
distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz"
checksum=06bd3b284d5d077b441bef74edb0cc6f8e3f0a6f58b4c15ef865d3c460733783

system_accounts="_plocate"

alternatives="
 locate:locate:/usr/bin/plocate
 locate:locate.1:/usr/share/man/man1/plocate.1
 locate:updatedb:/usr/bin/pupdatedb
 locate:updatedb.conf.5:/usr/share/man/man5/pupdatedb.conf.5"

post_install() {
	vinstall ${FILESDIR}/plocate.cron-daily 744 etc/cron.daily plocate-build
	mv ${DESTDIR}/usr/share/man/man5/{,p}updatedb.conf.5
}