diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 5d03e7f..3eb84d2 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2774,3 +2774,25 @@ attempts to provide access to the standard Go test tool as close as possible while adding support for test suites and plugins that can hook into test results to add additional functionality.") (license license:expat))) +(define-public go-github-com-aphistic-golf-0.0.0-20180712155816-02c07f170c5a + (package + (name "go-github-com-aphistic-golf") + (version "0.0.0-20180712155816-02c07f170c5a") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aphistic/golf") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1qixab9bb29wqbr4nc5j3g25hq1j7am93f181rkj7a4qacncx763")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/aphistic/golf")) + (home-page "https://github.com/aphistic/golf") + (synopsis "golf") + (description + "This package provides logging capabilities using the GELF +(@url{https://www.graylog.org/resources/gelf-2/,https://www.graylog.org/resources/gelf-2/}) +log format") + (license license:expat)))