summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 542082a6f9b4ed89089166c982a84e63554ebfd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Original author: Josiah Schwab <jschwab at gmail dot com>
# Maintainer: Josiah Schwab <jschwab at gmail dot com>

pkgname=texlive-emulateapj
pkgdesc="A LaTeX2e class to emulate the Astrophysical Journal (ApJ) page layout"
pkgver=20150123
pkgrel=1
arch=('i686' 'x86_64')
url="http://hea-www.cfa.harvard.edu/~alexey/emulateapj/"
depends=('texlive-core' 'texlive-publishers')
provides=('texlive-emulateapj')
install=texlive-emulateapj.install
source=('http://hea-www.harvard.edu/~alexey/emulateapj/emulateapj.cls')
sha1sums=('1a44ba9c00398015d89d2f7b26dc2e37d22e0816')

package() {

  # an older version ships in texlive-latexextra
  # which is installed to /usr/share/texmf-dist/tex/latex/emulateapj/

  install -Dm644 emulateapj.cls $pkgdir/usr/share/texmf/tex/latex/emulateapj/emulateapj.cls

}