Skip to content

Instantly share code, notes, and snippets.

@wxg4net
Created November 20, 2013 15:37
Show Gist options
  • Save wxg4net/7565162 to your computer and use it in GitHub Desktop.
Save wxg4net/7565162 to your computer and use it in GitHub Desktop.
# Maintainer: shadyabhi <abhijeet.1989@gmail.com>
# Author : Bram Cohen
pkgname=python2-google-api-python-client-hg
_realname=google-api-python-client
pkgver=1.2
pkgrel=1
pkgdesc="Google API Client for Python"
url="http://code.google.com/p/google-api-python-client/"
arch=('any')
license=('APACHE')
depends=('python2' 'python2-httplib2' 'python2-gflags' 'python-simplejson')
makedepends=('python2-distribute')
source=("hg+https://code.google.com/p/google-api-python-client/")
build() {
}
package() {
cd google-api-python-client/
python2 setup.py install --prefix="${pkgdir}"/usr
}
md5sums=('SKIP')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment