diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template index 2ab39cd8c79..4e352d88f11 100644 --- a/srcpkgs/ast-grep/template +++ b/srcpkgs/ast-grep/template @@ -1,18 +1,18 @@ # Template file for 'ast-grep' pkgname=ast-grep -version=0.28.1 +version=0.29.0 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 " 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=005c54fb9dc7c27ca6bbeb2b403bed557db3861e805090561d7d9813f653aec8 +checksum=6e6d56b42a4eabf479104d7eee73aeee2743c3e9e1debd860e73127b6fcad09f -post_install() { +do_install() { + vbin target/${RUST_TARGET}/release/ast-grep vlicense LICENSE }