guix-commits
[Top][All Lists]
Advanced

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

26/31: gnu: Add go-github-com-prometheus-common-internal-bitbucket-org-w


From: guix-commits
Subject: 26/31: gnu: Add go-github-com-prometheus-common-internal-bitbucket-org-ww-goautoneg.
Date: Thu, 14 Mar 2019 03:06:56 -0400 (EDT)

lfam pushed a commit to branch wip-go-build-system
in repository guix.

commit d5d92f2f46a2cc0cf7ccb1e2f9af29781128649c
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 13 17:34:45 2019 -0400

    gnu: Add 
go-github-com-prometheus-common-internal-bitbucket-org-ww-goautoneg.
    
    * gnu/packages/syncthing.scm
    (go-github-com-prometheus-common-internal-bitbucket-org-ww-goautoneg):
    New variable.
---
 gnu/packages/syncthing.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 708eae9..902ad1c 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1230,3 +1230,25 @@ language.")
 quoting, commenting, and escaping.")
       (home-page "https://github.com/flynn-archive/go-shlex";)
       (license asl2.0))))
+
+(define-public 
go-github-com-prometheus-common-internal-bitbucket-org-ww-goautoneg
+  (package
+    (name 
"go-github-com-prometheus-common-internal-bitbucket-org-ww-goautoneg")
+    (version "0.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/prometheus/common.git";)
+                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "02kym6lcfnlq23qbv277jr0q1n7jj0r14gqg93c7wn7gc44jv3vp"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path 
"github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg"
+       #:unpack-path "github.com/prometheus/common"))
+    (synopsis "Internal Prometheus component")
+    (description "This package is an internal component of Prometheus.")
+    (home-page "https://github.com/prometheus/common";)
+    (license asl2.0)))



reply via email to

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