gnu: Add go-github-com-kortschak-wol.

* gnu/packages/golang-web.scm (go-github-com-kortschak-wol): New variable.

Change-Id: If9f2153d1fb4b42479e7bbf8b1ce2677300abcd1
This commit is contained in:
Sharlatan Hellseher 2025-01-08 21:06:10 +00:00
parent 0c417112f8
commit c517780fe5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4260,6 +4260,29 @@ (define-public go-github-com-koron-go-ssdp
@acronym{Simple Service Discovery Protocol, SSDP}} library for Golang.")
(license license:expat)))
(define-public go-github-com-kortschak-wol
(package
(name "go-github-com-kortschak-wol")
(version "0.0.0-20200729010619-da482cc4850a")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kortschak/wol")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "16qyy1c1q5cxcnwdzl69v49pjmyxha4i88fsg0g83gwdyapzsyln"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/kortschak/wol"))
(home-page "https://github.com/kortschak/wol")
(synopsis "Wake On LAN client")
(description
"Package wol provides a Wake On LAN function.")
(license license:bsd-3)))
(define-public go-github-com-labbsr0x-goh
(package
(name "go-github-com-labbsr0x-goh")