summaryrefslogtreecommitdiff
path: root/pcr/mathjax
diff options
context:
space:
mode:
authorAlon Ivtsan <alonivtsan@lavabit.com>2013-07-16 07:37:19 +0300
committerAlon Ivtsan <alonivtsan@lavabit.com>2013-07-16 07:37:19 +0300
commita831471210e19b14af0f4633aa44c7368ecae83f (patch)
treec863df18aaf7903d6f8d9abb512333ba7035bb81 /pcr/mathjax
parent1fcae56d364f1c0d7b527c5386f17711e98b732e (diff)
Adding mathjax PKGBUILD
Diffstat (limited to 'pcr/mathjax')
-rw-r--r--pcr/mathjax/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/mathjax/PKGBUILD b/pcr/mathjax/PKGBUILD
new file mode 100644
index 000000000..47f581fa1
--- /dev/null
+++ b/pcr/mathjax/PKGBUILD
@@ -0,0 +1,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')