summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 710a305d109468b89b25f511b9be49b1ef5bec7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=trino-cli-bin
pkgver=435
pkgrel=1
pkgdesc='Distributed SQL Query Engine for Big Data - Client'
arch=('any')
url='https://trino.io/'
license=('Apache')
depends=('java-runtime>=8' 'sh')
source=("https://repo1.maven.org/maven2/io/trino/trino-cli/${pkgver}/trino-cli-${pkgver}-executable.jar")
noextract=("trino-cli-${pkgver}-executable.jar")
sha256sums=('5fe1bbe4ab6542eb3d998706b40326ecc0e8eeb78dd994e556f84687312ee56e')

package() {
  cd "${srcdir}"

  install -D -m755 "trino-cli-${pkgver}-executable.jar" "${pkgdir}/usr/bin/trino"
}