summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Shaw2015-07-07 14:08:17 +0200
committerSascha Shaw2015-07-07 14:08:17 +0200
commitbe4113336deb4dd4a8662035f235c79e2b50d061 (patch)
tree024a001606433841ec08626b6eeae5add1a98302
downloadaur-be4113336deb4dd4a8662035f235c79e2b50d061.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD22
-rw-r--r--texlive-avm.install12
3 files changed, 50 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5160032aca87
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = texlive-avm
+ pkgdesc = A latex style for attribute-value matrices
+ pkgver = 1.03
+ pkgrel = 1
+ url = http://nlp.stanford.edu/~manning/tex/
+ install = texlive-avm.install
+ arch = any
+ license = custom
+ depends = texlive-core
+ source = http://nlp.stanford.edu/~manning/tex/avm.sty
+ source = http://nlp.stanford.edu/~manning/tex/avm-doc.tex
+ md5sums = edb92c7995afc59e029f5cc4490b1962
+ md5sums = 21c3fb1470effca2ffe02bf291a4c14d
+
+pkgname = texlive-avm
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8cbe5fe7325d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Submitter: Awebb <awebb@sa-mail.org>
+
+pkgname=texlive-avm
+pkgver=1.03
+pkgrel=1
+license=('custom')
+depends=('texlive-core')
+pkgdesc="A latex style for attribute-value matrices"
+url="http://nlp.stanford.edu/~manning/tex/"
+arch=('any')
+install=texlive-avm.install
+source=("http://nlp.stanford.edu/~manning/tex/avm.sty"
+ "http://nlp.stanford.edu/~manning/tex/avm-doc.tex")
+md5sums=('edb92c7995afc59e029f5cc4490b1962'
+ '21c3fb1470effca2ffe02bf291a4c14d')
+package()
+{
+ mkdir -p $pkgdir/usr/share/texmf/tex/latex/avm
+ cp $srcdir/avm.sty $pkgdir/usr/share/texmf/tex/latex/avm
+ cp $srcdir/avm-doc.tex $pkgdir/usr/share/texmf/tex/latex/avm
+}
+
diff --git a/texlive-avm.install b/texlive-avm.install
new file mode 100644
index 000000000000..d6225b91c3d9
--- /dev/null
+++ b/texlive-avm.install
@@ -0,0 +1,12 @@
+post_install() {
+ post_remove
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ echo "Upgrading package database..."
+ mktexlsr
+}