mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
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:
parent
1c387040e1
commit
a74fd39667
1 changed files with 23 additions and 0 deletions
|
@ -4260,6 +4260,29 @@ protocol in Go language.")
|
|||
@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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue