summaryrefslogtreecommitdiff
path: root/pcr/mathjax/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-16 01:17:00 -0700
committerroot <root@rshg054.dnsready.net>2013-07-16 01:17:00 -0700
commit380530d02a5449fdef97b63b394a6743c3de0092 (patch)
tree26e82f5688786d0bbb3862287f4d11ec55727d87 /pcr/mathjax/PKGBUILD
parent49111a438f3120ab595d1b118f56571083b7da35 (diff)
Tue Jul 16 01:16:20 PDT 2013
Diffstat (limited to 'pcr/mathjax/PKGBUILD')
-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')