desktop/mathjax/PKGBUILD
2017-04-27 23:51:47 +02:00

17 lines
471 B
Bash

pkgname=mathjax
pkgver=2.7.1
pkgrel=1
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/${pkgver}.tar.gz")
sha256sums=('2bb4c0c6f326dd1964ecad1d302d2f9f4a3eb4364f89a30d5e3b4b3069597169')
package() {
mkdir -p $pkgdir/usr/share
mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax
}