GNU bug report logs -
#75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 29 Dec 2024 12:13:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/admin.scm (go-github-com-hetznercloud-hcloud-go): New variable.
Change-Id: I539fb9435e38e311a9456f0224be02bb99ed75d1
---
gnu/packages/admin.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b44f30f9bd..a5f6222e39 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -143,6 +143,7 @@ (define-module (gnu packages admin)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build)
+ #:use-module (gnu packages golang-check)
#:use-module (gnu packages golang-compression)
#:use-module (gnu packages golang-xyz)
#:use-module (gnu packages groff)
@@ -176,6 +177,7 @@ (define-module (gnu packages admin)
#:use-module (gnu packages perl-check)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages polkit)
+ #:use-module (gnu packages prometheus)
#:use-module (gnu packages python)
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-crypto)
@@ -6150,6 +6152,36 @@ (define-public fail2ban
mechanisms if you really want to protect services.")
(license license:gpl2+)))
+(define-public go-github-com-hetznercloud-hcloud-go
+ (package
+ (name "go-github-com-hetznercloud-hcloud-go")
+ (version "2.17.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hetznercloud/hcloud-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0rmrp100clcymz6j741dpvx217d6ljnfqn9qfndlmy9rwi64ih8h"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/hetznercloud/hcloud-go/v2/hcloud"
+ #:unpack-path "github.com/hetznercloud/hcloud-go/v2"))
+ (propagated-inputs (list go-golang-org-x-net
+ go-golang-org-x-crypto
+ go-github-com-vburenin-ifacemaker
+ go-github-com-stretchr-testify
+ go-github-com-prometheus-client-golang
+ go-github-com-jmattheis-goverter
+ go-github-com-google-go-cmp))
+ (home-page "https://github.com/hetznercloud/hcloud-go")
+ (synopsis "Golang library for the Hetzner Cloud API")
+ (description "This package provides a library for the Hetzner Cloud API.")
+ (license license:expat)))
+
(define-public restartd
(let* ((commit "7044125ac55056f2663536f7137170edf92ebd75")
;; Version is 0.2.4 in the version file in the repo
--
2.47.1
This bug report was last modified 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.