gnu: Add go-github-com-aws-smithy-go-codegen.

* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go-codegen): New variable.

Change-Id: I69fe6b5f7306c6200e94ca7f875f948da0c5a006
This commit is contained in:
Sharlatan Hellseher 2024-12-30 13:02:11 +00:00
parent 7e8d584237
commit 8b0e4b8ef6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -681,6 +681,32 @@ credentials sources.")
signing.")
(license license:asl2.0)))
(define-public go-github-com-aws-smithy-go-codegen
(package
(name "go-github-com-aws-smithy-go-codegen")
(version "0.0.0-20241226171254-10fbeed6f845")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aws/smithy-go")
(commit (go-version->git-ref version
#:subdir "codegen"))))
(file-name (git-file-name name version))
(sha256
(base32 "16jbv7cyj85048f4kcrib8k2yif165sc099h0aklal5dwlf85xcg"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:import-path "github.com/aws/smithy-go/codegen"
#:unpack-path "github.com/aws/smithy-go"))
(home-page "https://github.com/aws/smithy-go")
(synopsis "Smithy code generators for Golang")
(description
"This package provides Gradle templates for Smithy code generators.")
(license license:asl2.0)))
(define-public go-github-com-aymerick-douceur
(package
(name "go-github-com-aymerick-douceur")