summaryrefslogtreecommitdiff
path: root/pcr/mathjax/PKGBUILD
blob: 779aa5a74fd7daa9b0c62d07905852abca5204bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer (Arch): Tianjiao Yin <ytj000@gmail.com>
# Maintainer (Parabola): Alon Ivtsan <alonivtsan@lavabit.com>
#taken from https://aur.archlinux.org/packages/mathjax/

pkgname=mathjax
pkgver=2.2
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')
source=('https://github.com/mathjax/MathJax/archive/v2.2.tar.gz')

build() {
    mkdir -p $pkgdir/usr/share
    mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax
}
md5sums=('9e3ace5d926be939befb9bc79138a6f8')