[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add emacs-pg.
From: |
Oleg Pykhalov |
Subject: |
01/06: gnu: Add emacs-pg. |
Date: |
Mon, 16 Apr 2018 10:06:26 -0400 (EDT) |
wigust pushed a commit to branch master
in repository guix.
commit 086bfb37af3db6833992bfb0321713c74690d994
Author: Oleg Pykhalov <address@hidden>
Date: Tue Mar 20 19:11:19 2018 +0300
gnu: Add emacs-pg.
* gnu/packages/emacs.scm (emacs-pg): New public variable.
---
gnu/packages/emacs.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fa05b98..c455a14 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7645,3 +7645,23 @@ and can be consulted and modified.")
(description "@code{anzu} provides a minor mode that displays the current
match and total match information in the mode-line in various search modes.")
(license license:gpl3+)))
+
+(define-public emacs-pg
+ (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
+ (package
+ (name "emacs-pg")
+ (version (git-version "0.1" "1" commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cbbrowne/pg.el")
+ (synopsis "Emacs Lisp interface for PostgreSQL")
+ (description
+ "This package provides an Emacs Lisp interface for PostgreSQL.")
+ (license license:gpl3+))))
- branch master updated (8925278 -> 452454e), Oleg Pykhalov, 2018/04/16
- 04/06: gnu: Add emacs-emacsql., Oleg Pykhalov, 2018/04/16
- 01/06: gnu: Add emacs-pg.,
Oleg Pykhalov <=
- 02/06: gnu: Add emacs-cl-generic., Oleg Pykhalov, 2018/04/16
- 03/06: gnu: Add emacs-finalize., Oleg Pykhalov, 2018/04/16
- 06/06: gnu: Add emacs-epkg., Oleg Pykhalov, 2018/04/16
- 05/06: gnu: Add emacs-closql., Oleg Pykhalov, 2018/04/16