[arch-commits] Commit in penlight/repos (2 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed May 15 10:20:02 UTC 2013


    Date: Wednesday, May 15, 2013 @ 12:20:02
  Author: seblu
Revision: 90892

archrelease: copy trunk to community-testing-any

Added:
  penlight/repos/community-testing-any/
  penlight/repos/community-testing-any/PKGBUILD
    (from rev 90891, penlight/trunk/PKGBUILD)

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

Copied: penlight/repos/community-testing-any/PKGBUILD (from rev 90891, penlight/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-05-15 10:20:02 UTC (rev 90892)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Laszlo Papp <djszapi at archlinux us>
+# Contributor: Donald Ephraim Curtis <dcurtis at gmail.com>
+
+pkgbase=penlight
+pkgname=('lua-penlight')
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Lua libraries focusing on input data handling'
+arch=('any')
+url='https://github.com/stevedonovan/penlight'
+license=('custom')
+makedepends=('lua')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz")
+md5sums=('363d420aa3aa22273906e0808d30d211')
+
+package_lua-penlight() {
+  depends=('lua' 'lua-filesystem')
+
+  cd Penlight-$pkgver
+  install -dm755 "$pkgdir/usr/share/lua/5.2/pl/platf"
+  install -m644 lua/pl/*.lua "$pkgdir/usr/share/lua/5.2/pl"
+  install -m644 lua/pl/platf/*.lua "$pkgdir/usr/share/lua/5.2/pl/platf"
+  # copy docs
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 CHANGES.md README.md doc/manual/* "$pkgdir/usr/share/doc/$pkgname"
+  # copy license
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list