1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2 # Contributor: Philipp Trommler <aur@philipp-trommler.me>
7 pkgdesc='Extensions to fancyvrb, including automatic line breaking and improved math mode'
8 url='https://github.com/gpoore/fvextra'
12 depends=(texlive-latexextra)
13 source=("git+$url#commit=cc1c0c5f7b92023cfec67084e2a87bdac520414c") # tag v1.4
17 cd "$pkgname/$pkgname"
18 yes | tex "$pkgname.ins"
22 cd "$pkgname/$pkgname"
23 install -Dm644 "$pkgname.sty" "$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
24 install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"