From 64677f40e090e2b4884fcd81c2d17575ac34ee86 Mon Sep 17 00:00:00 2001 From: Allan Adair Date: Wed, 16 Mar 2022 13:21:24 +0100 Subject: gnu: Add emacs-osm. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emacs-xyz.scm (emacs-osm): New variable. Co-authored-by: Ludovic Courtès --- gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 826c2141a9..626470fca2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -30803,3 +30803,23 @@ audio volume via amixer.") "Fennel mode provides font-lock, indentation, navigation, and REPL for Fennel code within Emacs.") (license license:gpl3+))) + +(define-public emacs-osm + (package + (name "emacs-osm") + (version "0.6") + (source + (origin + (method url-fetch) + (uri (string-append "https://elpa.gnu.org/packages/osm-" + version ".tar")) + (sha256 + (base32 "0p19qyx4gw1rn2f5hlxa7gx1sph2z5vjw7cnxwpjhbbr0430zzwb")))) + (build-system emacs-build-system) + (home-page "https://github.com/minad/osm") + (synopsis "OpenStreetMap viewer for Emacs") + (description + "This package provides an OpenStreetMap viewer for Emacs, featuring +zoomable and moveable map display, display of tracks and POIs from GPX files, +parallel fetching of tiles with cURL, and more.") + (license license:gpl3+))) -- cgit v1.2.3