summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJerry Lin2018-11-09 08:08:51 +0800
committerJerry Lin2018-11-09 08:08:51 +0800
commit00cb32a2da44529c9825393bad954bfc5632214b (patch)
tree022e92674cc180f81067c63917c7ae206afa3962 /.SRCINFO
downloadaur-00cb32a2da44529c9825393bad954bfc5632214b.tar.gz
Initial commit. Create PKGBUILD for pnorman's ogr2osm
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3583eb2bb3fe
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = ogr2osm-git
+ pkgdesc = A tool for converting ogr-readable files like shapefiles into .osm data
+ pkgver = r141.4f5318b
+ pkgrel = 1
+ url = https://github.com/pnorman/ogr2osm
+ arch = any
+ license = MIT
+ makedepends = git
+ makedepends = python-setuptools
+ depends = python
+ depends = python-gdal
+ provides = ogr2osm
+ conflicts = ogr2osm
+ source = ogr2osm::git+https://github.com/pnorman/ogr2osm.git
+ source = setup.py
+ sha256sums = SKIP
+ sha256sums = 18049525bdc1d0c99d2863ac1d88b149e7dc9d4f2c521ff2e523c04bdc5f3961
+
+pkgname = ogr2osm-git
+