pkgname=julia-git-cgcoefficient-src
pkgver=0.3.3
_commit=ecf05fa2d6a0a9181eac7224e36a46ce7c031d58
pkgrel=1
pkgdesc="CGcoefficient.jl"
url="https://github.com/0382/CGcoefficient.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/0382/CGcoefficient.jl.git#commit=$_commit")
sha256sums=('6bec557ea49f5359419773091582c801458f274e0b52dd310ae0f4379dc30852')

package() {
  cd CGcoefficient.jl

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