1 # Maintainer: Max Roder <maxroder@web.de>
6 pkgdesc='Latex class for writing german DIN-conform letters'
7 url="http://www.unix-ag.uni-kl.de/~fischer/${pkgname}"
10 install="${pkgname}.install"
11 source=("http://www.unix-ag.uni-kl.de/~fischer/${pkgname}/${pkgname}.cls")
12 sha256sums=('715ee6da3166b6e41982c66409fc7d641f0a04027ad5b87ae81f341e01d9c4ae')
13 noextract=("${pkgname}.cls")
18 install -Dm644 ${pkgname}.cls ${pkgdir}/usr/share/texmf-dist/tex/latex/${pkgname}/${pkgname}.cls
21 # vim:set ts=2 sw=2 et: