From 7feb11d7999613b76441e86bbe027aee116a2a18 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.2 --- 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..7510cf1bdacc --- /dev/null +++ b/srcpkgs/ast-grep/template @@ -0,0 +1,17 @@ +# Template file for 'ast-grep' +pkgname=ast-grep +version=0.7.2 +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=ffbbb363765b3926f897189bb0e9f2325ae63ed5c1467cf72def236166bf6d74 + +post_install() { + vlicense LICENSE +}