[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: Add go-github-com-delthas-go-libnp.
From: |
guix-commits |
Subject: |
04/08: gnu: Add go-github-com-delthas-go-libnp. |
Date: |
Thu, 12 Oct 2023 12:55:40 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cf111ec0bae4bd0a48fa737de1d0bc5ed4d15da2
Author: Nguyễn Gia Phong <mcsinyx@disroot.org>
AuthorDate: Thu Jun 22 19:54:25 2023 +0900
gnu: Add go-github-com-delthas-go-libnp.
gnu/packages/golang.scm (go-github-com-delthas-go-libnp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f95ecec75d..251eba438a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10634,6 +10634,30 @@ RFC-5802 and RFC-7677.")
bindings for the D-Bus message bus system.")
(license license:bsd-2)))
+(define-public go-github-com-delthas-go-libnp
+ (let ((commit "0e45ece1f878f202fee2c74801e287804668f677"))
+ (package
+ (name "go-github-com-delthas-go-libnp")
+ (version (git-version "0.0.0" "0" commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/delthas/go-libnp")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1hylpvwz3kb8wr00knba6mggjacak2vmqafwysansj0ns038lp8w"))))
+ (build-system go-build-system)
+ (arguments `(#:import-path "github.com/delthas/go-libnp"))
+ (propagated-inputs (list go-github-com-godbus-dbus))
+ (home-page "https://github.com/delthas/go-libnp")
+ (synopsis "Tiny library providing information about now-playing media")
+ (description "@code{go-libnp} is a tiny cross-platform library for
+extracting information about the music/image/video that is Now Playing on the
+system.")
+ (license license:expat))))
+
(define-public go-github-com-prometheus-common
(package
(name "go-github-com-prometheus-common")
- branch master updated (daf38746df -> 0c1d893b34), guix-commits, 2023/10/12
- 02/08: doc: Fix typo., guix-commits, 2023/10/12
- 05/08: gnu: Add go-github-com-delthas-go-localeinfo., guix-commits, 2023/10/12
- 03/08: gnu: go-github-com-godbus-dbus: Update to 5.1.0, guix-commits, 2023/10/12
- 04/08: gnu: Add go-github-com-delthas-go-libnp.,
guix-commits <=
- 01/08: accounts: Fix typo in comment., guix-commits, 2023/10/12
- 07/08: shell: Take grafting into account when caching., guix-commits, 2023/10/12
- 08/08: gnu: cuirass: Update to db6b633., guix-commits, 2023/10/12
- 06/08: gnu: Add senpai., guix-commits, 2023/10/12