summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 76aacd15761cb9a277fe725409a2f67b50e3589b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# shellcheck shell=bash disable=SC2034,SC2154
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
# Updated by https://github.com/Freed-Wu/zathura-language-server/blob/main/.github/workflows/main.yml
pkgname=zathura-language-server
pkgver=0.0.12
pkgrel=1
pkgdesc="zathura's language server"
arch=(any)
url=https://github.com/Freed-Wu/zathura-language-server
depends=(python-lsp-tree-sitter 'python-tree-sitter-zathurarc>=0.0.4' python-webcolors)
makedepends=(python-installer)
license=(GPL3)
_py=py3
source=("https://files.pythonhosted.org/packages/$_py/${pkgname::1}/${pkgname//-/_}/${pkgname//-/_}-$pkgver-$_py-none-any.whl")
sha256sums=('c6ff5f0afb14afe30bf06223e1fcf3e9b8f5627dd207ec4df5b55a160558f545')

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