contrib/mathjax/Pkgfile

15 lines
436 B
Plaintext
Raw Normal View History

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 07:26:55 +02: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 19:47:48 +02: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
}