mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 14:26:38 +02:00
25 lines
869 B
Text
25 lines
869 B
Text
# Contributor: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
pkgname=tree-sitter-ssh-client-config
|
|
pkgver=2025.4.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="
|
|
91fcc93df802067f6cd3047994b5c0fcdffdad0615e0d20b20a6b4053ecf753c1a023aac1694ba24b929ba5e12405c018618a9cc8c45baecce8b7bf950ef8cea tree-sitter-ssh-client-config-2025.4.10.tar.gz
|
|
"
|