summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a80b4b6af226ff6bb5ef2aac1369782de686b514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Nimble Bun Works <contact@nimblebun.works>

pkgname=tsc-ls
pkgver=1.0.7
pkgrel=1
pkgdesc='Language server for the TSC scripting format.'
arch=(x86_64)
url='https://github.com/nimblebun/tsc-language-server'
license=('MIT')
provides=('tsc-ls')
conflicts=('tsc-ls')
source=("$url/releases/download/v$pkgver/tsc-ls_${pkgver}_linux_amd64")
sha256sums=('7663e705d4bcea64e181bb237791d113f9b93a5cb05de84538e6d64390fc8614')

package() {
  install -Dm755 "tsc-ls_${pkgver}_linux_amd64" "$pkgdir/usr/bin/tsc-ls"
}