void-packages/srcpkgs/ruff/template

20 lines
595 B
Bash

# Template file for 'ruff'
pkgname=ruff
version=0.1.11
revision=1
build_style=python3-pep517
build_helper="rust"
hostmakedepends="maturin cargo"
makedepends="rust-std"
short_desc="Extremely fast Python linter, written in Rust"
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/v${version}.tar.gz"
checksum=47cf8357c7036829ea859184cce125cd256b9f74afc2f5288c697facbb6f6677
post_install() {
vlicense LICENSE
}