guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

113/401: gnu: Add go-github-com-jackc-pgservicefile.


From: guix-commits
Subject: 113/401: gnu: Add go-github-com-jackc-pgservicefile.
Date: Thu, 26 Dec 2024 19:30:39 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit f2ae857aadfb391f15aee9c56a5f814efe538db1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 12 21:50:33 2024 +0000

    gnu: Add go-github-com-jackc-pgservicefile.
    
    * gnu/packages/golang-xyz.scm (go-github-com-jackc-pgservicefile): New 
variable.
    
    Change-Id: I8df2ea460e3436135a4f0660569b060f4208880c
---
 gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cbdc358299..c617a8b65e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4721,6 +4721,31 @@ time strings.")
      "Package pgpassfile is a parser @code{PostgreSQL} .pgpass files.")
     (license license:expat)))
 
+(define-public go-github-com-jackc-pgservicefile
+  (package
+    (name "go-github-com-jackc-pgservicefile")
+    (version "0.0.0-20240606120523-5a60cdf6a761")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jackc/pgservicefile";)
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0z8ndfdxx5r4dpjbjn9caq9w56lrzwm6nh8jwwk0gnq0n2q4cfhi"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/jackc/pgservicefile"))
+    (native-inputs (list go-github-com-stretchr-testify))
+    (home-page "https://github.com/jackc/pgservicefile";)
+    (synopsis "Parser PostgreSQL for service files")
+    (description
+     "Package pgservicefile is a parser for @code{PostgreSQL} service
+files (e.g. .pg_service.conf).")
+    (license license:expat)))
+
 (define-public go-github-com-jackc-puddle
   (package
     (name "go-github-com-jackc-puddle")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]