New package: tree-sitter-comment-0.3.0

This commit is contained in:
classabbyamp
2026-04-17 22:08:56 -04:00
committed by classabbyamp
parent 37c8c125cb
commit df3a4e0c26
+15
View File
@@ -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 <void@placeviolette.net>"
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
}