summaryrefslogtreecommitdiff
path: root/pcr/mathjax/PKGBUILD
blob: 2bdc6ec678f438f1863d4eea9bc34906a639af46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Kevin Dodd <jesin00@gmail.com>
# Contributor: Tianjiao Yin <ytj000@gmail.com>

pkgname=mathjax
pkgver=2.3
pkgrel=2
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 libtool staticlibs)
source=("https://github.com/mathjax/MathJax/archive/v${pkgver}.tar.gz")
sha256sums=('0cd8f6de29b6c686550098119ab5301bdf60b03aeb8f9f2058e2832a0662687b')

package() {
	mkdir -p "$pkgdir/usr/share/fonts"
	mv "$srcdir/MathJax-$pkgver" "$pkgdir/usr/share/mathjax"
	ln -s '../mathjax/fonts' "$pkgdir/usr/share/fonts/mathjax"
}