Files
horizon-packages/srcpkgs/ruff/template
T
2024-03-23 22:17:21 +00:00

20 lines
594 B
Bash

# Template file for 'ruff'
pkgname=ruff
version=0.3.4
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=2354027cf56ab289bf3d498ea2f80707ef28b47765a50ea951270c325875a58e
post_install() {
vlicense LICENSE
}