summaryrefslogtreecommitdiff
path: root/pcr/mathjax/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-16 01:41:16 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-16 01:41:16 -0300
commit0ae0a864efad1e79e4737306cee8920ae92af29a (patch)
tree9291d991893a3512ef905a2ae05ba216f2da2d40 /pcr/mathjax/PKGBUILD
parent1547d23a0eed403e1caa7d8d6290afe2f36ad5d8 (diff)
parenta831471210e19b14af0f4633aa44c7368ecae83f (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
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')