# Template file for 'fselect'
pkgname=fselect
version=0.8.4
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
short_desc="Find files with SQL-like queries"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/jhspetersson/fselect"
changelog="https://github.com/jhspetersson/fselect/releases"
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
checksum=db720310ff265012f283f9fdfb4ac99188bb4a3cbfe5550171c7e2ab55a36420

case "$XBPS_TARGET_MACHINE" in
	ppc64le*) ;;
	ppc64*) broken="some rustix junk";;
esac

if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
	XBPS_CROSS_RUSTFLAGS+=" -latomic"
fi

post_install() {
	vlicense LICENSE-MIT
	vman docs/fselect.1
	vdoc docs/usage.md
}
