[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v2 06/47] gnu: Add go-github-com-sevlyar-go-daemon.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v2 06/47] gnu: Add go-github-com-sevlyar-go-daemon. |
Date: |
Thu, 3 Jun 2021 05:57:33 -0400 |
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c7d29fc235..acc0c1bb49 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,30 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-sevlyar-go-daemon
+ (package
+ (name "go-github-com-sevlyar-go-daemon")
+ (version "0.1.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/sevlyar/go-daemon")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1y3gnxaifykcjcbzx91lz9bc93b95w3xj4rjxjbii26pm3j7gqyk"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/sevlyar/go-daemon"))
+ (propagated-inputs
+ `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
+ (home-page "https://github.com/sevlyar/go-daemon")
+ (synopsis "Library for writing system daemons")
+ (description "go-daemon is a library for writing system daemons in
golang.")
+ (license license:expat)))
+
(define-public go-github-com-keybase-go-ps
(let ((commit "91aafc93ba19d1988cff338c1929d35b6c6f5b50")
(revision "45"))
--
2.31.1
[bug#48729] [PATCH v2 07/47] gnu: Add go-torproject-org-pluggable-transports-goptlib., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 08/47] gnu: Add go-github-com-willscott-goturn., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 10/47] gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 13/47] gnu: Add go-github-com-deckarep-golang-set., Raghav Gururajan, 2021/06/03
[bug#48729] [PATCH v2 12/47] gnu: Add go-github-com-blanu-dust., Raghav Gururajan, 2021/06/03