summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2025-06-02 13:55:17 +0200
committerLudovic Courtès <ludo@gnu.org>2025-06-17 15:17:18 +0200
commit9ac848e2e90a4bbae84fd02a4849f8a9583947f9 (patch)
tree40e216e757545073f4352dc42aaac2240ae57253 /gnu/packages/golang-xyz.scm
parent4df13d122ae37b3251fe0e6aef75fa938fd3af62 (diff)
gnu: Add go-github-com-danieljoos-wincred.
* gnu/packages/golang-xyz.scm (go-github-com-danieljoos-wincred): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Ib02175f34634e7fa8b655fbc7a8fc1ecf8bbff13
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 07d7760662..f2eae9948f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4242,6 +4242,34 @@ Features:
@end itemize")
(license license:expat)))
+(define-public go-github-com-danieljoos-wincred
+ (package
+ (name "go-github-com-danieljoos-wincred")
+ (version "1.2.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/danieljoos/wincred")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1cgf74srid92gzkd094mwp0jvakgi0a22a8hpl7v9w28a9d61bf3"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/danieljoos/wincred"))
+ (propagated-inputs (list go-golang-org-x-sys
+ go-github-com-stretchr-testify))
+ (home-page "https://github.com/danieljoos/wincred")
+ (synopsis "Go interface to Windows Credentials Management")
+ (description
+ "Package wincred provides primitives for accessing the Windows Credentials
+Management API. This includes functions for retrieval, listing and storage of
+credentials as well as Go structures for convenient access to the credential
+data.")
+ (license license:expat)))
+
(define-public go-github-com-dannav-hhmmss
(package
(name "go-github-com-dannav-hhmmss")