aboutsummaryrefslogtreecommitdiffstats
path: root/latex-fitch-uoo/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-08 20:28:25 +0200
committerMattias Andrée <m@maandree.se>2024-10-08 20:28:25 +0200
commit472e769077880733441136516ce8f71be35939f1 (patch)
tree424589dfda6ca797b08e6c58b57c4476a8c1dbc2 /latex-fitch-uoo/PKGBUILD
parentUpdate e-mail (diff)
downloadaur-packages-472e769077880733441136516ce8f71be35939f1.tar.gz
aur-packages-472e769077880733441136516ce8f71be35939f1.tar.bz2
aur-packages-472e769077880733441136516ce8f71be35939f1.tar.xz
Remove some old packages
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'latex-fitch-uoo/PKGBUILD')
-rw-r--r--latex-fitch-uoo/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/latex-fitch-uoo/PKGBUILD b/latex-fitch-uoo/PKGBUILD
deleted file mode 100644
index 14a4b2a..0000000
--- a/latex-fitch-uoo/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
-
-pkgname=latex-fitch-uoo
-pkgver=0.5
-pkgrel=1
-pkgdesc="LaTeX macros for Fitch style natural deduction"
-arch=('any')
-url="https://www.mathstat.dal.ca/~selinger/fitch"
-license=('GPL')
-depends=('texlive-core')
-install=fitch.install
-source=('https://www.mathstat.dal.ca/~selinger/fitch/fitch-0.5.tgz')
-sha256sums=('0d3173a63420eb5b9981b9c7db0bad0b24278272a666cc31e0c7af8a14ecc4af')
-
-package() {
- cd "${srcdir}/fitch-${pkgver}"
- install -Dm644 fitch.sty "${pkgdir}/usr/share/texmf-dist/tex/latex/fitch"
- install -Dm644 fitchdoc.ps "${pkgdir}/usr/share/doc/latex-fitch-uoo.ps"
- ## You can change .ps to .pdf if you prefer PDF over PostScript.
-}
-