me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-lice-el.

* gnu/packages/emacs.scm (emacs-lice-el): New public variable.
master
Oleg Pykhalov 2018-05-02 19:08:01 +03:00
parent 89378bb87b
commit 6d6d9acc53
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 25 additions and 0 deletions

View File

@ -9518,3 +9518,28 @@ with absolutely no stored indexes (TAGS) or persistent background processes.
Dumb Jump performs best with The Silver Searcher `ag` or ripgrep `rg`
installed. Dumb Jump requires at least GNU Emacs 24.3. ")
(license license:gpl3+)))
(define-public emacs-lice-el
(let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
(package
(name "emacs-lice-el")
(version (git-version "0.2" "1" commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/buzztaiki/lice-el.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"))))
(build-system emacs-build-system)
(home-page "https://github.com/buzztaiki/lice-el")
(synopsis "License and header template for Emacs")
(description "@code{lice.el} provides following features:
@itemize
@item License template management.
@item File header insertion.
@end itemize\n")
(license license:gpl3+))))