mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
26 lines
871 B
Plaintext
26 lines
871 B
Plaintext
# Contributor: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
pkgname=tree-sitter-ssh-client-config
|
|
pkgver=2023.11.16
|
|
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="
|
|
2bcb390a9d60ff83c40178b2562222dc4c0eed0d8974d0e9c1f575008131ceadafa19f3dc8d95c1a95accd27f40cd91c214f4c1585b31c7ffeca31ca9f624c61 tree-sitter-ssh-client-config-2023.11.16.tar.gz
|
|
"
|