diff --git a/community/emacs-kiss-git/build b/community/emacs-kiss-git/build new file mode 100755 index 000000000..85fcfd951 --- /dev/null +++ b/community/emacs-kiss-git/build @@ -0,0 +1,19 @@ +#!/bin/sh -e + +mkdir -p "$1/usr/share/emacs/site-lisp/kiss/" + +emacs -batch -q -no-site-file -L . \ + -f batch-byte-compile \ + ./kiss.el + +cp kiss.el kiss.elc "$1/usr/share/emacs/site-lisp/kiss/" + +mkdir -p "$1/usr/bin/" +cp elkiss "$1/usr/bin/" + +mkdir -p "$1/usr/share/doc/elkiss/" +cp README.org "$1/usr/share/doc/elkiss/" + +cd "$1/usr/share/emacs/site-lisp/kiss/" +emacs -batch -q -no-site-file \ + -eval "(loaddefs-generate \".\" \"kiss-loaddefs.el\")" diff --git a/community/emacs-kiss-git/depends b/community/emacs-kiss-git/depends new file mode 100644 index 000000000..0709dee94 --- /dev/null +++ b/community/emacs-kiss-git/depends @@ -0,0 +1,3 @@ +emacs +emacs-compat +emacs-tsort diff --git a/community/emacs-kiss-git/post-install b/community/emacs-kiss-git/post-install new file mode 100755 index 000000000..77a9b9b40 --- /dev/null +++ b/community/emacs-kiss-git/post-install @@ -0,0 +1,37 @@ +#!/bin/sh -e + +cat << EOF + +Included with this package is a CLI wrapper 'elkiss', which you +can use like you would the standard kiss command. + +kiss.el is an alternative package manager for kiss linux. + +NOTE: kiss.el is *not* bug-for-bug compatible with kiss! + +kiss.el supports a much richer configuration compared to kiss, +you can read about the configruations options available in: + +> /usr/share/doc/elkiss/README.org + +-or- + +> https://github.com/echawk/kiss.el/blob/master/README.org + + +If you would like to use the library portion of kiss.el, you can +simply write the following in your "init.el": + +--- + +(require 'kiss) + +-or- + +(use-package kiss :ensure nil) + +--- + +Please report any issues/bugs to: https://github.com/echawk/kiss.el + +EOF diff --git a/community/emacs-kiss-git/sources b/community/emacs-kiss-git/sources new file mode 100644 index 000000000..2e330b9c1 --- /dev/null +++ b/community/emacs-kiss-git/sources @@ -0,0 +1 @@ +git+https://github.com/echawk/kiss.el diff --git a/community/emacs-kiss-git/version b/community/emacs-kiss-git/version new file mode 100644 index 000000000..a383ea1a0 --- /dev/null +++ b/community/emacs-kiss-git/version @@ -0,0 +1 @@ +git 1