summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b9a5ee997966f65a3b507e9d165de2a5b5cd2f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Lars Francke <lars.francke@stackable.tech>

_pkgname=stackablectl
pkgname="${_pkgname}-bin"
pkgver=0.5.0
_gitname="v${pkgver}"
pkgrel=1
pkgdesc="Command line tool to interact with a Stackable Data Platform"
arch=('x86_64')
url="https://github.com/stackabletech/stackablectl/"
license=('Apache')
source=("https://github.com/stackabletech/stackablectl/releases/download/${_gitname}/stackablectl-x86_64-unknown-linux-gnu")
b2sums=('SKIP')
provides=(${_pkgname})
conflicts=(${_pkgname})

package() {
  mv stackablectl-x86_64-unknown-linux-gnu stackablectl
  install -vDm755 -t "$pkgdir/usr/bin/" stackablectl
}