From 7596fc47af7be758f11db700c6820249282f5582 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.9.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..895315c3b0fe --- /dev/null +++ b/srcpkgs/ast-grep/template @@ -0,0 +1,17 @@ +# Template file for 'ast-grep' +pkgname=ast-grep +version=0.9.0 +revision=1 +build_style=cargo +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=7a9c8550dc14cd6b8e215f02cc00018386c35e903793c17cb39bce722914b5d2 + +post_install() { + vlicense LICENSE +}