void-packages/srcpkgs/plocate/template

20 lines
569 B
Bash
Raw Normal View History

2020-10-27 21:48:10 +00:00
# Template file for 'plocate'
pkgname=plocate
2020-10-31 16:57:20 +00:00
version=1.0.6
2020-10-27 21:48:10 +00:00
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
depends="mlocate"
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/"
distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz"
2020-10-31 16:57:20 +00:00
checksum=48338c46afca22fd6f57faf69b7816cb70516d9279eb1e5d9895a14c87dbd617
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
LIBS="-latomic"
fi