pkgname=julia-git-prettytables-src
pkgver=3.4.5
_commit=50bcc3b37976999661eca469b7f737abbcefa879
pkgrel=1
pkgdesc="PrettyTables.jl"
url="https://github.com/ronisbr/PrettyTables.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/ronisbr/PrettyTables.jl.git#commit=$_commit")
sha256sums=('5aa6f29a1a66e894db7924f75214fc24aabea315bd39d482bd9d98ef4bd767f5')

package() {
  cd PrettyTables.jl

  JULIA_INSTALL_SRCPKG=1 . /usr/lib/julia/julia-install-pkg.sh PrettyTables "${pkgdir}" "${pkgname}" julia-git
}
