diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
commit | d0f33415f254cb2fee06fd89f9cfed4535322f37 (patch) | |
tree | 66c13d72eac4f0110772b4675231c891334137bc /pcr/mathjax/PKGBUILD | |
parent | 7e108c74958ec076a3734822f61f145d0d69547f (diff) |
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'pcr/mathjax/PKGBUILD')
-rw-r--r-- | pcr/mathjax/PKGBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/mathjax/PKGBUILD b/pcr/mathjax/PKGBUILD deleted file mode 100644 index 2bdc6ec67..000000000 --- a/pcr/mathjax/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Maintainer: Kevin Dodd <jesin00@gmail.com> -# Contributor: Tianjiao Yin <ytj000@gmail.com> - -pkgname=mathjax -pkgver=2.3 -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 libtool staticlibs) -source=("https://github.com/mathjax/MathJax/archive/v${pkgver}.tar.gz") -sha256sums=('0cd8f6de29b6c686550098119ab5301bdf60b03aeb8f9f2058e2832a0662687b') - -package() { - mkdir -p "$pkgdir/usr/share/fonts" - mv "$srcdir/MathJax-$pkgver" "$pkgdir/usr/share/mathjax" - ln -s '../mathjax/fonts' "$pkgdir/usr/share/fonts/mathjax" -} - |