summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b48c7ce1c73a5ec303b3e3aeff078d01c1fba7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Maintainer: knedl1k <knedl1k at duck dot com>
# Contributor: Jan Oliver Oelerich <jan.oliver.oelerich@physik.uni-marburg.de>

pkgname=latex-template-pss
pkgver=1
pkgrel=1
pkgdesc="LaTeX template for the physica status solidi journal"
arch=('any')
url="https://www.wiley-vch.de/publish/en/journals/alphabeticIndex/2133/?jURL=http://www.wiley-vch.de:80/vch/journals/2133/2133_authors.html"
license=()
groups=()
depends=('texlive-basic')
makedepends=('unzip')
optdepends=()
backup=()
install=texlive.install
options=()
source=(https://www.wiley-vch.de/vch/journals/2133/public/pss_template_latex.zip)
md5sums=('570b8eb99f55e4c01aa397dd49745d35')


build() {
  cd ${srcdir}/PSS_latex
}

package(){
  install -m 0644 -D readme.txt ${pkgdir}/usr/share/texmf-dist/tex/latex/pss/readme.txt
  install -m 0644 -D wiley2sp.cls ${pkgdir}/usr/share/texmf-dist/tex/latex/pss/wiley2sp.cls
  install -m 0644 -D w2sp-pss.clo ${pkgdir}/usr/share/texmf-dist/tex/latex/pss/w2sp-pss.clo
  install -m 0644 -D pss.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/pss/pss.bst
  install -m 0644 -D caption.sty ${pkgdir}/usr/share/texmf-dist/bibtex/bst/pss/caption.sty
  install -m 0644 -D caption3.sty ${pkgdir}/usr/share/texmf-dist/bibtex/bst/pss/caption3.sty
  install -m 0644 -D subfig.sty ${pkgdir}/usr/share/texmf-dist/bibtex/bst/pss/subfig.sty
}