From 96cb4c06ed97ea6d512b97fa50691809016e988c 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.11.1 --- 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 0000000000000..913db37320f50 --- /dev/null +++ b/srcpkgs/ast-grep/template @@ -0,0 +1,17 @@ +# Template file for 'ast-grep' +pkgname=ast-grep +version=0.11.1 +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=75c2e154b147766217310a7328d04f4c4c7ba5d281b56885fa5be254d1b3d871 + +post_install() { + vlicense LICENSE +}