[arch-commits] Commit in python-markdown-math/repos (2 files)

Jiachen Yang farseerfc at archlinux.org
Thu Jun 7 07:17:51 UTC 2018


    Date: Thursday, June 7, 2018 @ 07:17:50
  Author: farseerfc
Revision: 341713

archrelease: copy trunk to community-any

Added:
  python-markdown-math/repos/community-any/
  python-markdown-math/repos/community-any/PKGBUILD
    (from rev 341712, python-markdown-math/trunk/PKGBUILD)

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: python-markdown-math/repos/community-any/PKGBUILD (from rev 341712, python-markdown-math/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-06-07 07:17:50 UTC (rev 341713)
@@ -0,0 +1,18 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+# AUR Maintainer: Marcus Scheunemann
+pkgname=python-markdown-math
+pkgver=0.5
+pkgrel=1
+pkgdesc="Math extension for Python-Markdown"
+arch=('any')
+url="https://github.com/mitya57/python-markdown-math"
+license=("custom:BSD")
+makedepends=('python-setuptools')
+source=("https://github.com/mitya57/python-markdown-math/archive/${pkgver}.tar.gz")
+sha256sums=('2ec21c037e514761b25d25837a05593be09375a74ce8507c748a836e8ab87e11')
+
+package() {
+    cd "python-markdown-math-${pkgver}"
+    python setup.py install --root="${pkgdir}/" --optimize=1
+    install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list