summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorVolker Schatz2019-01-17 17:34:32 +0100
committerVolker Schatz2019-01-17 17:34:32 +0100
commitfa7dad66e924a94ae64d9c98dc94c17cc68c3714 (patch)
tree932c7d1e80d6a72f072feb69c42fb90bb1d65049 /.SRCINFO
downloadaur-fa7dad66e924a94ae64d9c98dc94c17cc68c3714.tar.gz
Initial PKGBUILD of the Python reimplementation of gladtex
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e087abb20130
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = gladtex2
+ pkgdesc = A utility for writing LaTeX equations within HTML - Python rewrite
+ pkgver = 3.0.0
+ pkgrel = 1
+ url = https://humenda.github.io/GladTeX/
+ arch = i686
+ arch = x86_64
+ license = LGPL
+ makedepends = pandoc
+ depends = python>=3.4
+ depends = texlive-bin
+ depends = texlive-latexextra
+ conflicts = gladtex
+ source = https://github.com/humenda/GladTeX/archive/v3.0.0.tar.gz
+ sha256sums = 319b5f1741f6635f0cc542527626def47578989af84d3fbce1413d24cefc89ce
+
+pkgname = gladtex2
+