mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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
0c417112f8
commit
c517780fe5
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue