rekahsoft-gnu: Add emacs-flycheck-hledger

This commit is contained in:
Collin J. Doering 2021-12-24 03:47:32 -05:00
parent 7df4971a9f
commit 3efe038631
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 20 additions and 0 deletions

View File

@ -1152,3 +1152,23 @@ keep a check on your financial health. This is an attempt to
organize personal finances for Emacs users. If you don not like this,
try @code{emacs-ledger-mode}.")
(license license:gpl3))))
(define-public emacs-flycheck-hledger
(package
(name "emacs-flycheck-hledger")
(version "0.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/DamienCassou/flycheck-hledger.git")
(commit (string-append "v" version))))
(sha256
(base32 "0q6b0vyd55x71kv4k7jp8xzgy5zf9md8mgy3y6pwmpga9dmv149j"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-flycheck" ,emacs-flycheck)))
(home-page "https://github.com/DamienCassou/flycheck-hledger/")
(synopsis "Flycheck module to check hledger journals")
(description
"This package is a flycheck checker for hledger files.")
(license license:gpl3)))