## Maintainer: traumweh _revision=8 pkgname=cis-latex pkgver=3.${_revision} pkgrel=0 pkgdesc="A LaTeX2e class and package with commands and tools for use in university" arch=("any") url="https://traumweh.tk/" license=('LPPL') source=("https://cis-exzellenz.de/files/cis-latex-3.8/tex/cis.dtx") depends=('texlive-core' 'texlive-latexextra' 'texlive-fontsextra' 'texlive-science' 'texlive-pictures') install=texlive.install package() { cd "$srcdir/" install -m775 -d "$pkgdir/usr/share/texmf-dist/tex/latex/cis" pdflatex cis.dtx cp cis.pdf cis.sty cis.cls cis.dtx "$pkgdir/usr/share/texmf-dist/tex/latex/cis" } sha256sums=('SKIP')