aboutsummaryrefslogtreecommitdiffstats
path: root/latex-fitch/PKGBUILD
blob: e839bdbcdf1cad3e9d51e6aeca52c3a219650a71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
# Contributor: Lawrence Lee <valheru@facticius.net>

pkgname=latex-fitch
pkgver=1.6
pkgrel=1
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)
md5sums=('d62bdd0267c217d6017baef950b9205a')

package() {
  mkdir -p $startdir/pkg/usr/share/texmf-dist/tex/latex/fitch
  cp $startdir/fitch.sty $startdir/pkg/usr/share/texmf-dist/tex/latex/fitch
}