2019-06-11 23:45:47 +02:00
|
|
|
# Description: A JavaScript display engine for mathematics that works in all browsers
|
|
|
|
# URL: https://www.mathjax.org/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: fontconfig xorg-mkfontscale
|
|
|
|
|
|
|
|
name=mathjax
|
2022-06-10 17:38:11 +02:00
|
|
|
version=3.2.2
|
2019-08-23 05:26:55 +00:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/mathjax/MathJax/archive/$version/MathJax-$version.tar.gz)
|
2019-06-11 23:45:47 +02:00
|
|
|
|
|
|
|
build() {
|
2019-09-05 17:47:48 +00:00
|
|
|
mkdir -p $PKG/usr/share/fonts
|
|
|
|
cp -r $SRC/MathJax-$version/es5 $PKG/usr/share/mathjax
|
2019-06-11 23:45:47 +02:00
|
|
|
}
|