summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f9561150fd53a3b501353349808cc9e06f45df8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Mantainer: Bruno Galeotti <bgaleotti@gmail.com>

pkgname=gh-ost
pkgver=1.0.48
_pkgver=20190214020851
pkgrel=1
pkgdesc="GitHub's Online Schema Change for MySQL"
arch=('i686' 'x86_64')
url="https://github.com/github/gh-ost"
license=('MIT')
depends=('go')
source=("https://github.com/github/gh-ost/releases/download/v$pkgver/gh-ost-binary-linux-$_pkgver.tar.gz")
sha256sums=('8d0a518064c5803e1d5e8676031e5a5b5b180e67700d476e19eaf68e4a4a583a')

package() {
  cd $srcdir
  install -Dm755 gh-ost "$pkgdir"/usr/bin/gh-ost
}