[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: Add go-github-com-docker-machine.
From: |
Ludovic Courtès |
Subject: |
04/11: gnu: Add go-github-com-docker-machine. |
Date: |
Thu, 12 Jul 2018 18:09:48 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit af132bcc001e3715e42fd63eb68fbefce487a170
Author: Rouby Pierre-Antoine <address@hidden>
Date: Tue Jul 10 18:06:06 2018 +0200
gnu: Add go-github-com-docker-machine.
* gnu/packages/golang.scm (go-github-com-docker-machine): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d369487..a5e61b4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1867,3 +1867,30 @@ to interacting with distribution components.")
the Go language. In particular it provides tools to deal with network address
translation (NAT), proxies, sockets, and transport layer security (TLS).")
(license license:asl2.0))))
+
+(define-public go-github-com-docker-machine
+ (let ((commit "7b7a141da84480342357c51838be142bf183b095")
+ (revision "0"))
+ (package
+ (name "go-github-com-docker-machine")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/docker/machine.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0bavk0lvs462yh0lnmnxi9psi5qv1x3nvzmd2b0drsahlp1gxi8s"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/docker/machine"))
+ (home-page "https://github.com/docker/machine")
+ (synopsis "Machine management for a container-centric world")
+ (description
+ "@dfn{Machine} lets you create Docker hosts on your computer, on
+hosting providers, and inside your data center. It creates servers, installs
+Docker on them, then configures the Docker client to talk to them.")
+ (license license:asl2.0))))
- branch master updated (814bb81 -> 9866825), Ludovic Courtès, 2018/07/12
- 03/11: gnu: Add go-github-com-docker-go-connections., Ludovic Courtès, 2018/07/12
- 04/11: gnu: Add go-github-com-docker-machine.,
Ludovic Courtès <=
- 05/11: gnu: Add go-github-com-gorhill-cronexpr., Ludovic Courtès, 2018/07/12
- 02/11: services: mcron: Add 'schedule' action., Ludovic Courtès, 2018/07/12
- 09/11: gnu: faba-icon-theme: Update to 4.3., Ludovic Courtès, 2018/07/12
- 01/11: services: shepherd: Support custom actions., Ludovic Courtès, 2018/07/12
- 07/11: gnu: Add go-gopkg-in-yaml-v2., Ludovic Courtès, 2018/07/12
- 10/11: gnu: faba-icon-theme: Switch to meson-build-system., Ludovic Courtès, 2018/07/12
- 06/11: gnu: Add go-gopkg-in-check-v1., Ludovic Courtès, 2018/07/12
- 08/11: gnu: moka-icon-theme: Update to 5.4.0., Ludovic Courtès, 2018/07/12
- 11/11: gnu: emacs-biblio: Add missing dependencies., Ludovic Courtès, 2018/07/12