# Template file for 'ruff'
pkgname=ruff
version=0.15.7
revision=1
build_style=python3-pep517
build_helper="rust qemu"
hostmakedepends="maturin cargo pkg-config"
makedepends="rust-std libzstd-devel"
short_desc="Fast Python linter and code formatter"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://docs.astral.sh/ruff/"
changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md"
distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/${version}.tar.gz"
checksum=370003574c8bde1eef286ece925f33e43be4d3564c8eca8dfb4fb100a1dce797

post_install() {
	vlicense LICENSE
	for shell in bash fish zsh; do
		vtargetrun "$DESTDIR"/usr/bin/ruff generate-shell-completion $shell > ruff.$shell
		vcompletion ruff.$shell $shell
	done
}
