New package: tree-sitter-printf-0.5.1

This commit is contained in:
classabbyamp
2026-04-17 22:08:56 -04:00
committed by classabbyamp
parent 659671d955
commit ada2f789e6
+15
View File
@@ -0,0 +1,15 @@
# Template file for 'tree-sitter-printf'
pkgname=tree-sitter-printf
version=0.5.1
revision=1
build_style=tree-sitter
short_desc="Printf grammar for tree-sitter"
maintainer="classabbyamp <void@placeviolette.net>"
license="ISC"
homepage="https://github.com/tree-sitter-grammars/tree-sitter-printf"
distfiles="https://github.com/tree-sitter-grammars/tree-sitter-printf/archive/refs/tags/v${version}.tar.gz"
checksum=147195c4932ddc89af223895b08224150c3fc3d0f478b36d2b4b9871d5b7af61
post_install() {
vlicense LICENSE
}