16 lines
468 B
Bash
16 lines
468 B
Bash
# Template file for 'mathjax'
|
|
pkgname=mathjax
|
|
version=3.2.2
|
|
revision=2
|
|
short_desc="JavaScript display engine for LaTeX, MathML and AsciiMath"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://www.mathjax.org/"
|
|
distfiles="https://github.com/mathjax/MathJax/archive/${version}.tar.gz"
|
|
checksum=4206b9645a97f431018d0b6c4021c98607d49ba4dc129f4f2ecce675e2fcba11
|
|
|
|
do_install() {
|
|
vmkdir usr/share/mathjax
|
|
vcopy "es5/*" usr/share/mathjax
|
|
}
|