[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/62: gnu: Add go-github-com-templexxx-cpufeat.
From: |
Leo Famulari |
Subject: |
54/62: gnu: Add go-github-com-templexxx-cpufeat. |
Date: |
Thu, 12 Oct 2017 21:43:44 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit a3d98dd8d93a1d7bdb43437b52bfca736e8e3f5c
Author: Leo Famulari <address@hidden>
Date: Wed Oct 11 20:21:32 2017 -0400
gnu: Add go-github-com-templexxx-cpufeat.
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): New
variable.
---
gnu/packages/syncthing.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index b7acdb9..b728c8f 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1470,3 +1470,27 @@ interfaces in Go.")
using sh's word-splitting rules.")
(home-page "https://github.com/kballard/go-shellquote")
(license expat))))
+
+(define-public go-github-com-templexxx-cpufeat
+ (let ((commit "3794dfbfb04749f896b521032f69383f24c3687e")
+ (revision "0"))
+ (package
+ (name "go-github-com-templexxx-cpufeat")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/templexxx/cpufeat.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0b9f5p6nsiv907rz5d66qzgxnsz4k68r2f45vxi2hwdbnkjfxz8j"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/templexxx/cpufeat"))
+ (synopsis "CPU feature identification for Go")
+ (description "This package provides @code{cpu}, which implements
+processor feature detection used by the Go standard libary.")
+ (home-page "https://github.com/templexxx/cpufeat")
+ (license bsd-3))))
- 28/62: gnu: Add go-github-com-vitrun-qart-qr., (continued)
- 28/62: gnu: Add go-github-com-vitrun-qart-qr., Leo Famulari, 2017/10/12
- 31/62: gnu: Add go-golang-org-x-crypto-pbkdf2., Leo Famulari, 2017/10/12
- 50/62: gnu: Add go-github-com-xtaci-smux., Leo Famulari, 2017/10/12
- 60/62: gnu: Add go-golang-org-x-net-union., Leo Famulari, 2017/10/12
- 57/62: gnu: Add go-golang-org-x-crypto-union., Leo Famulari, 2017/10/12
- 33/62: gnu: Add go-golang-org-x-crypto-salsa20., Leo Famulari, 2017/10/12
- 49/62: gnu: Add go-github-com-pkg-errors., Leo Famulari, 2017/10/12
- 52/62: gnu: Add go-github-com-audriusbutkevicius-cli., Leo Famulari, 2017/10/12
- 61/62: gnu: Add go-golang-org-x-text-union., Leo Famulari, 2017/10/12
- 58/62: gnu: Add go-github-com-gogo-protobuf-union., Leo Famulari, 2017/10/12
- 54/62: gnu: Add go-github-com-templexxx-cpufeat.,
Leo Famulari <=
- 62/62: gnu: Add Syncthing., Leo Famulari, 2017/10/12