[arch-commits] Commit in (4 files)

thestinger at nymeria.archlinux.org thestinger at nymeria.archlinux.org
Sat Jan 26 21:02:43 UTC 2013


    Date: Saturday, January 26, 2013 @ 22:02:42
  Author: thestinger
Revision: 83039

add googlecl package

Added:
  googlecl/
  googlecl/repos/
  googlecl/trunk/
  googlecl/trunk/PKGBUILD

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

Added: googlecl/trunk/PKGBUILD
===================================================================
--- googlecl/trunk/PKGBUILD	                        (rev 0)
+++ googlecl/trunk/PKGBUILD	2013-01-26 21:02:42 UTC (rev 83039)
@@ -0,0 +1,23 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Mikael Eriksson <mikael_eriksson at miffe.org>
+
+pkgname=googlecl
+pkgver=0.9.14
+pkgrel=2
+pkgdesc="Command line tools for the Google Data APIs"
+arch=('any')
+url='https://code.google.com/p/googlecl/'
+license=(Apache)
+depends=('python2-gdata')
+source=(https://googlecl.googlecode.com/files/googlecl-$pkgver.tar.gz)
+md5sums=('35d8fde3034d2ff8175385e5f5d7aa08')
+
+build() {
+  cd "$srcdir/googlecl-$pkgver"
+
+  sed -i '1c#!/usr/bin/python2' src/google
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 man/google.1 "${pkgdir}/usr/share/man/man1/google.1"
+}




More information about the arch-commits mailing list