guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/17: gnu: Add libnspsl.


From: Eric Bavier
Subject: 14/17: gnu: Add libnspsl.
Date: Mon, 13 Feb 2017 23:37:18 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 02a7a0caf4d159017755b9298f2f699fb0f46f46
Author: Eric Bavier <address@hidden>
Date:   Sat Feb 11 21:32:20 2017 -0600

    gnu: Add libnspsl.
    
    * gnu/packages/web.scm (libnspsl): New variable.
---
 gnu/packages/web.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e858888..ffd3c11 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4013,6 +4013,29 @@ C.  It is developed as part of the NetSurf project.")
 developed as part of the NetSurf project.")
     (license l:expat)))
 
+(define-public libnspsl
+  (package
+    (name "libnspsl")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://download.netsurf-browser.org/libs/releases/";
+                           name "-" version "-src.tar.gz"))
+       (sha256
+        (base32
+         "0x3frscrp9bzxlm9ama5laxjr3zi8cg20r8lhsamw4x4zyyk145y"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("netsurf-buildsystem" ,netsurf-buildsystem)))
+    (arguments netsurf-buildsystem-arguments)
+    (home-page "http://www.netsurf-browser.org/";)
+    (synopsis "Library to generate a static Public Suffix List")
+    (description
+     "Libnspsl is a library to generate a static code representation of the
+Public Suffix List.  It is developed as part of the NetSurf project.")
+    (license l:expat)))
+
 (define-public netsurf
   (package
     (name "netsurf")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]