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

Levente Polyak anthraxx at archlinux.org
Thu Sep 29 12:41:16 UTC 2016


    Date: Thursday, September 29, 2016 @ 12:41:16
  Author: anthraxx
Revision: 190849

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 12:40:48 UTC (rev 190848)
+++ PKGBUILD	2016-09-29 12:41:16 UTC (rev 190849)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.4.3
-pkgrel=2
-pkgdesc='LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz)
-md5sums=('eda6879140dce9435f5a264ef970a205')
-
-package() {
-  cd LDoc-$pkgver
-
-  # install library
-  install -dm755 "$pkgdir/usr/share/lua/5.3"
-  cp -a ldoc "$pkgdir/usr/share/lua/5.3"
-
-  # install binaries
-  install -Dm755 ldoc.lua "$pkgdir/usr/bin/ldoc.lua"
-  ln -s ldoc.lua "$pkgdir/usr/bin/ldoc"
-
-  # copy docs
-  install -Dm644 readme.md "$pkgdir/usr/share/doc/$pkgname/readme.md"
-  install -Dm644 doc/doc.md "$pkgdir/usr/share/doc/$pkgname/doc.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldoc/repos/community-any/PKGBUILD (from rev 190848, ldoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-29 12:41:16 UTC (rev 190849)
@@ -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.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:



More information about the arch-commits mailing list