From 3ee2dfb1eee33c83fb64ff229a447c93951731aa Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 24 May 2023 19:32:59 +0530 Subject: [PATCH] New package: ast-grep-0.7.0 --- srcpkgs/ast-grep/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/ast-grep/template diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template new file mode 100644 index 000000000000..14ff2da1caaf --- /dev/null +++ b/srcpkgs/ast-grep/template @@ -0,0 +1,17 @@ +# Template file for 'ast-grep' +pkgname=ast-grep +version=0.7.0 +revision=1 +build_style=cargo +make_check_args="-- --skip=test_simple" +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=b6f1e7bed48e993cc903ed288fe4cb9590e3f358899ec3d981df58b2036e5ff4 + +post_install() { + vlicense LICENSE +}