void-packages/srcpkgs/ast-grep/template

19 lines
654 B
Bash
Raw Normal View History

2023-05-24 16:02:59 +02:00
# Template file for 'ast-grep'
pkgname=ast-grep
2024-09-24 11:54:41 +02:00
version=0.27.3
2023-05-24 16:02:59 +02:00
revision=1
build_style=cargo
2024-01-12 07:37:26 +01:00
make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
2023-05-24 16:02:59 +02:00
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"
2024-09-24 11:54:41 +02:00
checksum=e93c52271342a235910539b9b821086599564cacb6aa6651b94806a8a65e5003
2023-05-24 16:02:59 +02:00
post_install() {
vlicense LICENSE
}