From ea26563caa557b6e148cb38eaf0912bc3302427d 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.5.7 --- srcpkgs/ast-grep/template | 18 ++++++++++++++++++ 1 file changed, 18 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..fbdbc88e6d32 --- /dev/null +++ b/srcpkgs/ast-grep/template @@ -0,0 +1,18 @@ +# Template file for 'ast-grep' +pkgname=ast-grep +version=0.5.7 +revision=1 +build_style=cargo +configure_args="--bin ast-grep" +make_install_args="--path crates/cli" +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://github.com/ast-grep/ast-grep/archive/refs/tags/${version}.tar.gz" +checksum=1c44227a4ba23fcfb92042d96b8cc855f226685f4164835ec743ba10511300a0 + +post_install() { + vlicense LICENSE +}