From 7261fbec1ce8dcb9bb7a0df85779926cae6e5b37 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 11 Sep 2013 07:35:35 +0200 Subject: new pkgbuild for latex-fitch using mirrored source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- latex-fitch/source/PKGBUILD | 19 +++++++++++++++++++ latex-fitch/source/fitch.install | 11 +++++++++++ 2 files changed, 30 insertions(+) create mode 100644 latex-fitch/source/PKGBUILD create mode 100644 latex-fitch/source/fitch.install 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 + +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" +} diff --git a/latex-fitch/source/fitch.install b/latex-fitch/source/fitch.install new file mode 100644 index 0000000..e1c1d5e --- /dev/null +++ b/latex-fitch/source/fitch.install @@ -0,0 +1,11 @@ +post_upgrade() { + echo " updating the filename database..." + texconfig-sys rehash + echo " done." +} + +post_remove() { + echo " updating the filename database..." + texconfig-sys rehash + echo " done." +} -- cgit v1.2.3-70-g09d2