diff options
Diffstat (limited to 'latex-fitch/source/PKGBUILD')
-rw-r--r-- | latex-fitch/source/PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/latex-fitch/source/PKGBUILD b/latex-fitch/source/PKGBUILD new file mode 100644 index 0000000..7275bee --- /dev/null +++ b/latex-fitch/source/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> +# Contributor: Lawrence Lee <valheru@facticius.net> + +pkgname=latex-fitch +pkgver=1.6 +pkgrel=2 +pkgdesc="A LaTeX package for Fitch-style proofs" +arch=('any') +url="http://folk.uio.no/johanw/FitchSty.html" +license=('GPL') +depends=('tetex') +install=fitch.install +# source=(http://folk.uio.no/johanw/fitch.sty) +source=(fitch.sty) +md5sums=('d62bdd0267c217d6017baef950b9205a') + +package() { + install -Dm644 "${srcdir}/fitch.sty" "${pkgdir}/usr/share/texmf-dist/tex/latex/fitch" +} |