summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5e26aabcef7aadac64aee38c81b56f44293cc2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# shellcheck shell=bash disable=SC2034,SC2154
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
# Updated by https://github.com/neomutt/lsp-tree-sitter/blob/main/.github/workflows/main.yml
_pkgname=lsp-tree-sitter
pkgname=python-$_pkgname
pkgver=0.0.15
pkgrel=1
pkgdesc="a library to create language servers"
arch=(any)
url=https://github.com/neomutt/$_pkgname
depends=(python-colorama python-jinja python-jsonschema python-pygls python-tree-sitter)
optdepends=(python-beautifulsoup4 python-pypandoc python-markdown-it-py python-pygments python-platformdirs python-yaml python-tomli-w)
makedepends=(python-installer)
replaces=(python-tree-sitter-lsp)
license=(GPL3)
_py=py3
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/${_pkgname//-/_}/${_pkgname//-/_}-$pkgver-$_py-none-any.whl")
sha256sums=('85e5c8ad78eda074cc0764f35de13112d84929317ca516874ce681e67fdac209')

package() {
	python -minstaller -d"$pkgdir" ./*.whl
}