unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: 32813@debbugs.gnu.org
Subject: [bug#32813] [PATCH 1/4] gnu: Add tegola.
Date: Sun, 23 Sep 2018 22:43:08 +0200	[thread overview]
Message-ID: <20180923204311.8086-1-julien@lepiller.eu> (raw)
In-Reply-To: <20180923223952.7168c8e8@lepiller.eu>

* gnu/packages/geo.scm (tegola): New variable.
---
 gnu/packages/geo.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index ae6ba024e..e6aafff7d 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -760,3 +760,33 @@ location queries to be run in SQL.")
                license:bsd-3 ; files only say "BSD"
                ;; doc
                license:cc-by-sa3.0))))
+
+(define-public tegola
+  (package
+    (name "tegola")
+    (version "0.7.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                     "https://github.com/go-spatial/tegola/archive/v"
+                     version ".tar.gz"))
+              (sha256
+               (base32
+                "09vnzxfn0r70kmd776kcdfqxhzdj11syxa0b27z4ci1k367v7viw"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/go-spatial/tegola/cmd/tegola"
+       #:unpack-path "github.com/go-spatial"
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'build 'rename-import
+           (lambda _
+             (rename-file (string-append "src/github.com/go-spatial/tegola-" ,version)
+                          "src/github.com/go-spatial/tegola")
+             #t)))))
+    (home-page "http://tegola.io")
+    (synopsis "Vector tile server for maps")
+    (description "Tegola is a free vector tile server written in Go.  Tegola
+takes geospatial data and slices it into vector tiles that can be efficiently
+delivered to any client.")
+    (license license:expat)))
-- 
2.18.0

  reply	other threads:[~2018-09-23 20:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-23 20:39 [bug#32813] [PATCH] OSM-related packages Julien Lepiller
2018-09-23 20:43 ` Julien Lepiller [this message]
2018-09-23 20:43   ` [bug#32813] [PATCH 2/4] gnu: Add imposm3 Julien Lepiller
2018-09-25 17:16     ` Björn Höfling
2018-09-23 20:43   ` [bug#32813] [PATCH 3/4] gnu: Add osm2pgsql Julien Lepiller
2018-09-25 17:37     ` Björn Höfling
2018-09-25 17:39     ` Björn Höfling
2018-09-23 20:43   ` [bug#32813] [PATCH 4/4] gnu: Add tippecanoe Julien Lepiller
2018-09-25 17:52     ` Björn Höfling
2018-09-25 17:04   ` [bug#32813] [PATCH 1/4] gnu: Add tegola Björn Höfling
2018-09-29 10:47 ` [bug#32813] [PATCH] OSM-related packages Julien Lepiller
2018-09-29 12:11   ` bug#32813: " Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180923204311.8086-1-julien@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=32813@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).