# Maintainer (Arch): Tianjiao Yin # Maintainer (Parabola): Alon Ivtsan #taken from https://aur.archlinux.org/packages/mathjax/ pkgname=mathjax pkgver=2.2 pkgrel=2 pkgdesc='An open source JavaScript display engine for mathematics that works in all modern browsers' url='http://www.mathjax.org/' arch=('any') license=('apache') options=('!strip') source=('https://github.com/mathjax/MathJax/archive/v2.2.tar.gz') build() { mkdir -p $pkgdir/usr/share mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax } md5sums=('9e3ace5d926be939befb9bc79138a6f8')