pkgname=julia-git-linearoperators-src
pkgver=2.14.2
_commit=cfbca2a48fb6b228791d66d38f420e5b8fcb60ae
pkgrel=1
pkgdesc="LinearOperators.jl"
url="https://github.com/JuliaSmoothOptimizers/LinearOperators.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaSmoothOptimizers/LinearOperators.jl.git#commit=$_commit")
sha256sums=('721804294d10966727847249131707111e5bdb4e8f3411842063d9977d368803')

package() {
  cd LinearOperators.jl

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