mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: ruff-0.1.0
This commit is contained in:
parent
d7201fbbcc
commit
d45e3c5a34
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ruff/template
Normal file
18
srcpkgs/ruff/template
Normal file
|
@ -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 <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=b6f1467505acc99dcec7d67ff9dbcd00c63a39f338e09705a90a90205c8553d4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue