[arch-commits] Commit in plantuml-ascii-math/repos (2 files)

Jiachen Yang farseerfc at archlinux.org
Thu Dec 12 07:43:39 UTC 2019


    Date: Thursday, December 12, 2019 @ 07:43:39
  Author: farseerfc
Revision: 537344

archrelease: copy trunk to community-any

Added:
  plantuml-ascii-math/repos/community-any/
  plantuml-ascii-math/repos/community-any/PKGBUILD
    (from rev 537343, plantuml-ascii-math/trunk/PKGBUILD)

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

Copied: plantuml-ascii-math/repos/community-any/PKGBUILD (from rev 537343, plantuml-ascii-math/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-12-12 07:43:39 UTC (rev 537344)
@@ -0,0 +1,18 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+# AUR Contributor: Kwrazi <kwrazi_at_gmail_dot_com>
+
+pkgname=plantuml-ascii-math
+pkgver=20171116
+pkgrel=2
+pkgdesc="Plantuml language extension to allow use AsciiMath or JLaTeXMath notation"
+arch=(any)
+url="http://plantuml.com/ascii-math"
+license=('GPL')
+depends=("plantuml" "jlatexmath")
+source=("http://beta.plantuml.net/plantuml-jlatexmath.zip")
+sha256sums=('e041164c6dce5dec3377242a0664c1855d863094dd51c28880888f59820fc7e2')
+
+package() {
+  install -m755 -d ${pkgdir}/usr/share/java/plantuml
+  install -m644 -D ${srcdir}/*.jar ${pkgdir}/usr/share/java/plantuml
+}



More information about the arch-commits mailing list