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

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