desktop/mathjax/PKGBUILD

17 lines
471 B
Bash
Raw Normal View History

2013-10-04 06:35:45 +08:00
pkgname=mathjax
2016-02-11 07:58:52 +08:00
pkgver=2.6.1
2013-10-04 06:35:45 +08:00
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')
2015-05-18 23:33:06 +08:00
source=("https://github.com/mathjax/MathJax/archive/${pkgver}.tar.gz")
2016-02-11 07:58:52 +08:00
sha256sums=('c746945d87a4e93ee801a44b6209986bfc901cb2f6c505628a2ed5793422fbb8')
2013-10-04 06:35:45 +08:00
package() {
mkdir -p $pkgdir/usr/share
mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax
}