mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 17:34:34 +02:00
25 lines
867 B
Text
25 lines
867 B
Text
# Contributor: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
pkgname=tree-sitter-ssh-client-config
|
|
pkgver=2025.6.5
|
|
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="
|
|
6f60be122d9cb3e433ddf23820d36c6f4fbeafbc17b47375ff20fd8010a1bd1086ad8adb3c8a9248979b7abd44e543d3b1b95ca644eb79906fc4f2cab58d7384 tree-sitter-ssh-client-config-2025.6.5.tar.gz
|
|
"
|