summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-08-10 20:26:50 +0200
committerhaawda2017-08-10 20:26:50 +0200
commit795705be99eac8923b88472018b00f7a37e2e421 (patch)
tree4ccab21da655cc3d63d7924032478cf780bb1dbe
downloadaur-795705be99eac8923b88472018b00f7a37e2e421.tar.gz
split out from latex2e-help-texinfo
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2d80edf86e47
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = latex2e-help-texinfo-fr
+ pkgdesc = Inofficial LaTeX2e Reference Manual in info format - french
+ pkgver = 2017_08
+ pkgrel = 1
+ url = https://ctan.org/pkg/latex2e-help-texinfo-fr
+ arch = i686
+ arch = x86_64
+ license = custom
+ source = http://mirrors.ctan.org/info/latex2e-help-texinfo-fr.zip
+ md5sums = 522e96cf8e4194dc0fd6d3fa3fb5d769
+
+pkgname = latex2e-help-texinfo-fr
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5b6a6772ffcf
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
+pkgname=latex2e-help-texinfo-fr
+pkgver=2017_08
+pkgrel=1
+pkgdesc="Inofficial LaTeX2e Reference Manual in info format - french"
+url="https://ctan.org/pkg/latex2e-help-texinfo-fr"
+arch=('i686' 'x86_64')
+license=('custom')
+source=("http://mirrors.ctan.org/info/$pkgname.zip")
+md5sums=('522e96cf8e4194dc0fd6d3fa3fb5d769')
+
+package() {
+ cd "$srcdir/$pkgname"
+ install -Dm644 latex2e-fr.info "$pkgdir"/usr/share/info/latex2e-fr.info
+ install -Dm644 README "$pkgdir"/usr/share/licenses/$pkgname/license
+}