summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gowers2016-02-16 12:44:32 +0000
committerJohn Gowers2016-02-16 12:44:32 +0000
commit369dc64a38e2e070b198dd6319d5e3b1ff5d89f3 (patch)
tree7e2bf99654da9d38fe488820c3142c266ce5de90
downloadaur-369dc64a38e2e070b198dd6319d5e3b1ff5d89f3.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD18
-rw-r--r--cmll-latex.install12
3 files changed, 46 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7457859220fc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue Feb 16 12:38:36 UTC 2016
+pkgbase = cmll
+ pkgdesc = A TeX package to write Linear Logic symbols
+ pkgver = 0.9e
+ pkgrel = 1
+ url = https://www.ctan.org/tex-archive/fonts/cmll
+ install = cmll-latex.install
+ arch = any
+ license = GPL
+ depends = texlive-core
+ source = http://mirrors.ctan.org/fonts/cmll.zip
+ sha256sums = 32d20341c3f3e9c70a09e93b6deb660472dbfb5ca099e14a0c3bf97e4424c474
+
+pkgname = cmll
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..082138842d80
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: John Gowers <wjg27 at bath dot ac dot uk>
+pkgname="cmll"
+pkgver=0.9e
+pkgrel=1
+pkgdesc="A TeX package to write Linear Logic symbols"
+arch=(any)
+url="https://www.ctan.org/tex-archive/fonts/cmll"
+license=('GPL')
+install=(cmll-latex.install)
+depends=(texlive-core)
+source=("http://mirrors.ctan.org/fonts/cmll.zip")
+sha256sums=('32d20341c3f3e9c70a09e93b6deb660472dbfb5ca099e14a0c3bf97e4424c474')
+
+package() {
+ unzip cmll.zip
+ cd cmll
+ ./install.sh "${pkgdir}/usr/share/texmf-dist"
+}
diff --git a/cmll-latex.install b/cmll-latex.install
new file mode 100644
index 000000000000..d55b1c004a28
--- /dev/null
+++ b/cmll-latex.install
@@ -0,0 +1,12 @@
+post_install() {
+ texhash
+}
+
+post_remove() {
+ texhash
+}
+
+post_upgrade() {
+ texhash
+}
+