summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dbbc7b0136bde42d235c75ad2e46eb80e6265e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: tembleking <tembleking at gmail dot com>
pkgname='python2-googlemaps'
pkgver=2.5.1
pkgrel=2
pkgdesc="Python Client for Google Maps Services"
arch=("any")
url="https://github.com/googlemaps/google-maps-services-python"
license=('Apache')
depends=("python2" "python2-requests")
makedepends=("python2-setuptools")
source=("https://github.com/googlemaps/google-maps-services-python/archive/$pkgver.tar.gz")

build() {
	cd "google-maps-services-python-$pkgver"
	python2 setup.py build
}

package() {
	cd "google-maps-services-python-$pkgver"
	python2 setup.py install --root="$pkgdir" --optimize=1
}

md5sums=('184fe061a1c4a8eb3adfab53c7ef5330')
sha1sums=('0b7154a9d3530e0fe8c39b19b6b163cde4fccbcd')
sha256sums=('75c0954e318b5d9e5cbc6f7f86310cb4e33abd16d48b9d6a5b753902acf44b1a')
sha512sums=('4673df832b7fda3c43da2396f2f910b1957bb8647fdc3eb977cda812a94c2ca51070ce7ed7c29be9c250704edaed3a731a67d39b927734dda12baa85f7147fe1')