Files
horizon-packages/srcpkgs/ast-grep/template
T
2025-02-17 21:08:28 +01:00

19 lines
655 B
Bash

# Template file for 'ast-grep'
pkgname=ast-grep
version=0.35.0
revision=1
build_style=cargo
make_check_args="-- --skip=test_unmatching_id --skip=test_merge_with_globs"
short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
maintainer="icp <pangolin@vivaldi.net>"
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=b8f3a840339bd967a17e20524cacf55907a990f567ee558e4332b1726bce116b
do_install() {
vbin target/${RUST_TARGET}/release/ast-grep
vlicense LICENSE
}