void-packages/srcpkgs/ast-grep/template

19 lines
627 B
Bash
Raw Normal View History

2023-05-24 16:02:59 +02:00
# Template file for 'ast-grep'
pkgname=ast-grep
2023-11-27 07:12:21 +01:00
version=0.13.2
2023-05-24 16:02:59 +02:00
revision=1
build_style=cargo
2023-10-26 08:27:47 +02:00
make_check_args="-- --skip=test_unmatching_id"
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"
2023-11-27 07:12:21 +01:00
checksum=9848e9dfa5e564155e358ef2817db09fedbfe5a77d861c0b8f5171b7a7877a25
2023-05-24 16:02:59 +02:00
post_install() {
vlicense LICENSE
}