[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v6 03/25] gnu: Add go-github-com-emersion-go-autostar
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v6 03/25] gnu: Add go-github-com-emersion-go-autostart. |
Date: |
Tue, 22 Jun 2021 00:34:55 -0400 |
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): 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 4ebef21140..b4599850b0 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-emersion-go-autostart
+ (let ((commit "00ed301c8e9ae79e82878c6361c709983ac5dd2c")
+ (revision "39"))
+ (package
+ (name "go-github-com-emersion-go-autostart")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/emersion/go-autostart")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cqqvbzn32xv5lknfygrx01rx2sc6pi833k7008nlk9lsfgry06v"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/emersion/go-autostart"))
+ (home-page "https://github.com/emersion/go-autostart")
+ (synopsis "Autostart library in Go")
+ (description "Go-Autostart is a Go library to run a command after
login.")
+ (license license:expat))))
+
(define-public go-github-com-dchest-siphash
(package
(name "go-github-com-dchest-siphash")
--
2.32.0
- [bug#48729] [PATCH v6 01/25] gnu: Add go-github-com-rakyll-statik., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 02/25] gnu: Add go-github-com-dchest-siphash., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 03/25] gnu: Add go-github-com-emersion-go-autostart.,
Raghav Gururajan <=
- [bug#48729] [PATCH v6 05/25] gnu: Add go-github-com-keybase-go-ps., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 04/25] gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 06/25] gnu: Add go-github-com-sevlyar-go-daemon., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 07/25] gnu: Add go-torproject-org-pluggable-transports-goptlib., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 10/25] gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 08/25] gnu: Add go-github-com-willscott-goturn., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 11/25] gnu: Add go-github-com-op-go-logging., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 13/25] gnu: Add go-github-com-deckarep-golang-set., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 16/25] gnu: Add go-github-com-mufti1-interconv., Raghav Gururajan, 2021/06/22
- [bug#48729] [PATCH v6 17/25] gnu: Add go-github-com-aead-chacha20., Raghav Gururajan, 2021/06/22