17 lines
559 B
Bash
17 lines
559 B
Bash
# Template file for 'tree-sitter-git-rebase'
|
|
pkgname=tree-sitter-git-rebase
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=tree-sitter
|
|
short_desc="Git rebase grammar for tree-sitter"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/the-mikedavis/tree-sitter-git-rebase"
|
|
distfiles="https://github.com/the-mikedavis/tree-sitter-git-rebase/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=22d84e54cd215cca2fb74bde2ad5b3319191b8d7588a5041c43139bbf2e3b1f4
|
|
make_check=no # not set up correctly
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|