summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 38500cd91b6807317946f8c4f28dbde6bf6be1bc (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=439
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=('00daefdfe869467d34cc502ee851e5b64eac790e253f67ac0c886c26b72d7d8d')

package() {
  cd "${srcdir}"

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