guix-commits
[Top][All Lists]
Advanced

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

25/35: gnu: Add go-github-com-shurcool-sanitized-anchor-name.


From: guix-commits
Subject: 25/35: gnu: Add go-github-com-shurcool-sanitized-anchor-name.
Date: Thu, 13 Feb 2020 19:55:37 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 47a4a6da5e45f5fb98bcc7502de71b5abe848027
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Feb 13 16:55:40 2020 -0500

    gnu: Add go-github-com-shurcool-sanitized-anchor-name.
    
    * gnu/packages/golang.scm (go-github-com-shurcool-sanitized-anchor-name): 
New
    variable.
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 56dcd0a..33ef903 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2490,6 +2490,29 @@ building command line apps in Go.  The goal is to enable 
developers to write
 fast and distributable command line applications in an expressive way.")
     (license license:expat)))
 
+(define-public go-github-com-shurcool-sanitized-anchor-name
+  (package
+    (name "go-github-com-shurcool-sanitized-anchor-name")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/shurcooL/sanitized_anchor_name";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1gv9p2nr46z80dnfjsklc6zxbgk96349sdsxjz05f3z6wb6m5l8f"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/shurcooL/sanitized_anchor_name"))
+    (home-page "https://github.com/shurcooL/sanitized_anchor_name";)
+    (synopsis "Create sanitized anchor names")
+    (description "This package provides a Go program for creating sanitized
+anchor names.")
+    (license license:expat)))
+
 (define-public go-github-com-pmezard-go-difflib
   (package
     (name "go-github-com-pmezard-go-difflib")



reply via email to

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