mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
18 lines
654 B
Bash
18 lines
654 B
Bash
# Template file for 'ast-grep'
|
|
pkgname=ast-grep
|
|
version=0.22.6
|
|
revision=1
|
|
build_style=cargo
|
|
make_check_args="-- --skip=test_unmatching_id skip=test_merge_with_globs"
|
|
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=c9503664a1b37da8281712547b08e7e49065fab646d2685f2d27f908dbd63516
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|