# Maintainer: asm pkgname=logreq pkgver=1.0 pkgrel=1.1 pkgdesc="Support for automation of the LaTeX workflow" arch=('any') url="http://www.ctan.org/pkg/logreq" license=('LPPL') depends=('texlive-core' 'texlive-latexextra') conflicts=('texlive-bibtexextra') source=("http://mirrors.ctan.org/install/macros/latex/contrib/$pkgname.tds.zip") md5sums=('ffbfb5a73250be0be7cc4d8c4ade6220') sha256sums=('4f7834b18908e51a28a611026da7ca79dd7585df59ce35fa668a5b4ddf992f05') sha512sums=('ed9d26df24de9d853ae8fc24dcce1854c00d9f3ddbc850d79fc6596b8b5385239567b4c9487ded0ad67843fcfdace90de493a738e6b32c4d70ad3dfc178051cb') package() { texmflocal=/usr/share/texmf-dist/ mkdir -p ${pkgdir}/${texmflocal} cp -r tex/ ${pkgdir}/${texmflocal}/ cp -r doc/ ${pkgdir}/${texmflocal}/ # Install docs }