mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 10:57:10 +02:00
27 lines
937 B
Text
27 lines
937 B
Text
# Contributor: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
|
|
pkgname=tree-sitter-dart
|
|
pkgver=0_git20250228
|
|
_gitrev=80e23c07b64494f7e21090bb3450223ef0b192f4
|
|
pkgrel=0
|
|
pkgdesc="A tree-sitter grammar written for the dart programming language"
|
|
url="https://github.com/UserNobody14/tree-sitter-dart"
|
|
arch="all"
|
|
license="MIT"
|
|
makedepends="tree-sitter-dev"
|
|
install_if="tree-sitter-grammars"
|
|
source="$pkgname-$_gitrev.tar.gz::https://github.com/UserNobody14/tree-sitter-dart/archive/$_gitrev.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_gitrev"
|
|
options="!check" # no tests for shared lib
|
|
|
|
build() {
|
|
abuild-tree-sitter build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" abuild-tree-sitter install
|
|
}
|
|
|
|
sha512sums="
|
|
6aa2d94c48e2daf0193dd6da0928d1d125c91b3151283fffed5b6b495decb7d6e0ac2336b6c5f15c01d994c9502ce0adecadb22b13392b780d5d8a61f130a309 tree-sitter-dart-80e23c07b64494f7e21090bb3450223ef0b192f4.tar.gz
|
|
"
|