summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-23 13:05:42 +0100
committerGrey Christoforo2016-07-23 13:07:56 +0100
commit157938b96272aed9f089e414080d05994724bdb1 (patch)
tree8ff8bca5454822097720148094339420cbab6b87 /PKGBUILD
downloadaur-157938b96272aed9f089e414080d05994724bdb1.tar.gz
initial commit
add srcinfo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..afbad1580e4a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+#Automatically generated by pip2arch on 2016-07-23
+
+pkgname=s2sphere
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Python implementation of the S2 Geometry Library"
+url="http://s2sphere.readthedocs.io"
+depends=('python2' )
+makedepends=('python2-distribute' )
+license=('MIT')
+arch=('any')
+source=('https://pypi.python.org/packages/59/49/c39a5563d6e1f244d72a384da828039d184c1c4d0b2ba3cf0ee3fb41caf1/s2sphere-0.2.4.tar.gz')
+md5sums=('446d76fc96a0d457ba0506c71691c9d6')
+
+build() {
+ cd $srcdir/s2sphere-0.2.4
+ python2 setup.py build
+}
+
+package() {
+ cd $srcdir/s2sphere-0.2.4
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}