blob: cba7c1326a596c90df069c862f0e48b6e4316d42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = tilemaker
pkgdesc = Convert OpenStreetMap .pbf files into vector tiles without the stack
pkgver = 3.0.0
pkgrel = 2
url = https://github.com/systemed/tilemaker
install = tilemaker.install
arch = i686
arch = x86_64
license = custom
makedepends = boost
makedepends = git
depends = boost-libs
depends = lua>=5.1
depends = protobuf
depends = sqlite
depends = shapelib
depends = rapidjson
source = tilemaker-3.0.0.tar.gz::https://github.com/systemed/tilemaker/archive/v3.0.0.tar.gz
source = boost.patch::https://github.com/systemed/tilemaker/commit/6509f0cf50943a90b36b5c6802118b72124b1e7a.patch
sha512sums = 33c568d0107bf0cd9510f860d221fb4980bcf9ba07de2063c8842f0436aad612f1c17464d4bbe00547605d0066a00ec8ec00e1832169c05f48135f7f51898bed
sha512sums = 524069a2615a9819b33cf2b36fe1b4bd525fbc50d0105b6f4e73c89025ea3622b8c641dda626f9a1e6e218f9b24657d1d796a903d17b187cff26a54e22494ceb
pkgname = tilemaker
|