# Contributor: Matthias Ahouansou <matthias@ahouansou.cz>
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
pkgname=tree-sitter-ssh-client-config
pkgver=2025.7.10
pkgrel=0
pkgdesc="tree-sitter grammar for SSH client configuration files"
url="https://github.com/metio/tree-sitter-ssh-client-config"
arch="all"
license="CC0-1.0"
makedepends="tree-sitter-dev"
install_if="tree-sitter-grammars"
source="https://github.com/metio/tree-sitter-ssh-client-config/archive/refs/tags/$pkgver/tree-sitter-ssh-client-config-$pkgver.tar.gz"
options="!check" # no tests for shared lib

build() {
	abuild-tree-sitter build
}

package() {
	DESTDIR="$pkgdir" abuild-tree-sitter install
}

sha512sums="
67930805dc5f1a646813fb03a46d03a7f35212ddcf8b52897d581d566284b01df6f822d8bb5c5883e94af3cfad75895e0d11d771a49631f72e84da8757e07814  tree-sitter-ssh-client-config-2025.7.10.tar.gz
"
