[arch-commits] Commit in ldoc/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Nov 7 20:23:26 UTC 2016


    Date: Monday, November 7, 2016 @ 20:23:25
  Author: anthraxx
Revision: 194985

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
    (from rev 194984, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-07 20:23:17 UTC (rev 194984)
+++ PKGBUILD	2016-11-07 20:23:25 UTC (rev 194985)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='LuaDoc-compatible documentation generation system'
-url='http://stevedonovan.github.com/ldoc/'
-arch=('any')
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stevedonovan/ldoc/archive/${pkgver}.tar.gz)
-sha512sums=('11a8177aab110157ee7b7aca8627b41059da748bdc795ba8233f82c7b9f1273d4607288f5ad45c53f492862c653f734cbe48abdb994c74897a46ccb3b3dd8281')
-
-package() {
-  cd LDoc-${pkgver}
-
-  # install library
-  install -dm 755 "${pkgdir}/usr/share/lua/5.3"
-  cp -a ldoc "${pkgdir}/usr/share/lua/5.3"
-
-  # install binaries
-  install -Dm 755 ldoc.lua "${pkgdir}/usr/bin/ldoc.lua"
-  ln -s ldoc.lua "${pkgdir}/usr/bin/ldoc"
-
-  # copy docs
-  install -Dm 644 readme.md doc/doc.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 194984, ldoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-07 20:23:25 UTC (rev 194985)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.4.6
+pkgrel=1
+pkgdesc='LuaDoc-compatible documentation generation system'
+url='http://stevedonovan.github.com/ldoc/'
+arch=('any')
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stevedonovan/ldoc/archive/${pkgver}.tar.gz)
+sha512sums=('bcaddba4e462a4fb0aa0d8fcff390de3f195fa5cc569d8f05b84ad0fff900f5ac945be7a2eb15cf5ca60cc462f02c874579e4a19e33776178a04104ef9d944af')
+
+package() {
+  cd LDoc-${pkgver}
+
+  # install library
+  install -dm 755 "${pkgdir}/usr/share/lua/5.3"
+  cp -a ldoc "${pkgdir}/usr/share/lua/5.3"
+
+  # install binaries
+  install -Dm 755 ldoc.lua "${pkgdir}/usr/bin/ldoc.lua"
+  ln -s ldoc.lua "${pkgdir}/usr/bin/ldoc"
+
+  # copy docs
+  install -Dm 644 readme.md doc/doc.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list