mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: ast-grep-0.11.1
This commit is contained in:
parent
2f24b0a57c
commit
7660b55b1d
1 changed files with 17 additions and 0 deletions
17
srcpkgs/ast-grep/template
Normal file
17
srcpkgs/ast-grep/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'ast-grep'
|
||||||
|
pkgname=ast-grep
|
||||||
|
version=0.11.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
make_install_args="--bin=ast-grep --path=."
|
||||||
|
short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
|
||||||
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://ast-grep.github.io"
|
||||||
|
changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
|
||||||
|
distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
|
||||||
|
checksum=75c2e154b147766217310a7328d04f4c4c7ba5d281b56885fa5be254d1b3d871
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue