summaryrefslogtreecommitdiff
path: root/pcr/mathjax/PKGBUILD
blob: 47f581fa122f8316ea889c31ecebc31096dc4de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.1
pkgrel=1
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.1.tar.gz')

build() {
    mkdir -p $pkgdir/usr/share
    mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax
}


md5sums=('8e7ad1b8f3a69be8ec83f21d3e2a509c')