diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template new file mode 100644 index 00000000000..295d35d9bfa --- /dev/null +++ b/srcpkgs/ruff/template @@ -0,0 +1,18 @@ +# Template file for 'ruff' +pkgname=ruff +version=0.1.0 +revision=1 +build_style=cargo +configure_args="--bin ruff" +make_install_args="--path crates/ruff_cli" +short_desc="Extremely fast Python linter, written in Rust" +maintainer="icp " +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=b6f1467505acc99dcec7d67ff9dbcd00c63a39f338e09705a90a90205c8553d4 + +post_install() { + vlicense LICENSE +}