blob: abb7d7b808c5576c8fa200794765cabc95bc53ef (
plain)
1 # Description: A JavaScript display engine for mathematics that works in all browsers
2 # URL: https://www.mathjax.org/
3 # Maintainer: Tim Biermann, tbier at posteo dot de
4 # Depends on: fontconfig xorg-mkfontscale
5
6 name=mathjax
7 version=3.1.2
8 release=1
9 source=(https://github.com/mathjax/MathJax/archive/$version/MathJax-$version.tar.gz)
10
11 build() {
12 mkdir -p $PKG/usr/share/fonts
13 cp -r $SRC/MathJax-$version/es5 $PKG/usr/share/mathjax
14 }
|