diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 65573249c9a..5bdfc95c707 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -9969,6 +9969,43 @@ is an actively maintained fork of @url{https://github.com/ogier/pflag}.") | |||
| 9969 | interface (CLI).") | 9969 | interface (CLI).") |
| 9970 | (license license:asl2.0))) | 9970 | (license license:asl2.0))) |
| 9971 | 9971 | ||
| 9972 | (define-public go-github-com-docker-cli-docs-tool | ||
| 9973 | (package | ||
| 9974 | (name "go-github-com-docker-cli-docs-tool") | ||
| 9975 | (version "0.11.0") | ||
| 9976 | (source | ||
| 9977 | (origin | ||
| 9978 | (method git-fetch) | ||
| 9979 | (uri (git-reference | ||
| 9980 | (url "https://github.com/docker/cli-docs-tool") | ||
| 9981 | (commit (string-append "v" version)))) | ||
| 9982 | (file-name (git-file-name name version)) | ||
| 9983 | (sha256 | ||
| 9984 | (base32 "1w60hyxc8rgb2rhwcax3fivg917fzb9p2j62cz8qsbwgw282qv1w")))) | ||
| 9985 | (build-system go-build-system) | ||
| 9986 | (arguments | ||
| 9987 | (list | ||
| 9988 | #:import-path "github.com/docker/cli-docs-tool" | ||
| 9989 | #:phases | ||
| 9990 | #~(modify-phases %standard-phases | ||
| 9991 | (add-after 'unpack 'remove-examples | ||
| 9992 | (lambda* (#:key import-path #:allow-other-keys) | ||
| 9993 | (delete-file-recursively | ||
| 9994 | (string-append "src/" import-path "/example"))))))) | ||
| 9995 | (native-inputs | ||
| 9996 | (list go-github-com-spf13-cobra | ||
| 9997 | go-github-com-spf13-pflag | ||
| 9998 | go-github-com-stretchr-testify)) | ||
| 9999 | (propagated-inputs | ||
| 10000 | (list go-go-yaml-in-yaml-v3)) | ||
| 10001 | (home-page "https://github.com/docker/cli-docs-tool") | ||
| 10002 | (synopsis "Utilities to generate documentation for the Docker CLI") | ||
| 10003 | (description | ||
| 10004 | "This package provides tools for generating Docker @acronym{Command Line | ||
| 10005 | Interface, CLI} documentation publishing on | ||
| 10006 | @url{https://docs.docker.com/reference/}.") | ||
| 10007 | (license license:asl2.0))) | ||
| 10008 | |||
| 9972 | (define-public go-github-com-docker-distribution | 10009 | (define-public go-github-com-docker-distribution |
| 9973 | (package | 10010 | (package |
| 9974 | (name "go-github-com-docker-distribution") | 10011 | (name "go-github-com-docker-distribution") |
