desktop/mathjax/PKGBUILD
2016-01-04 16:46:27 +01:00

17 lines
471 B
Bash

pkgname=mathjax
pkgver=2.6.0
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=('1c2be5eeb6d423eaaa5fd162602ad482a2c3fb923844c94cca2e748ece267a68')
package() {
mkdir -p $pkgdir/usr/share
mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax
}