diff --git a/srcpkgs/tree-sitter-comment/template b/srcpkgs/tree-sitter-comment/template new file mode 100644 index 00000000000..7c666ffbc80 --- /dev/null +++ b/srcpkgs/tree-sitter-comment/template @@ -0,0 +1,15 @@ +# Template file for 'tree-sitter-comment' +pkgname=tree-sitter-comment +version=0.3.0 +revision=1 +build_style=tree-sitter +short_desc="Comment grammar for tree-sitter" +maintainer="classabbyamp " +license="MIT" +homepage="https://github.com/stsewd/tree-sitter-comment" +distfiles="https://github.com/stsewd/tree-sitter-comment/archive/refs/tags/v${version}.tar.gz" +checksum=2569b2460131ca2a93e745429c5c4100689ed410aa229db11ffed0b6c465114d + +post_install() { + vlicense LICENSE +}