summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8748c39c2d3670c8ad5339bb89e63fcb30aa285b (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.14
_pkgver=20160826083132
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=('87fb28728958839fdf46dd8646a8358978a35a309c248322dfaaccff8c13dbf2')

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