summaryrefslogtreecommitdiff
path: root/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-02 20:00:24 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-02 20:00:24 -0500
commit7aa438366d984f3d18d4ca17b22aa7ac42978a1e (patch)
tree8884bd1f9015a33f32a604364d5e9b7e2977864c /app-emacs/highlight-indentation/highlight-indentation-9999.ebuild
parent8546e3365180cb1a13f676f9faf3502245c941af (diff)
downloadebuilds-7aa438366d984f3d18d4ca17b22aa7ac42978a1e.tar.gz
app-emacs/highlight-indentation: converted to live build
Diffstat (limited to 'app-emacs/highlight-indentation/highlight-indentation-9999.ebuild')
-rw-r--r--app-emacs/highlight-indentation/highlight-indentation-9999.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild b/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild
new file mode 100644
index 0000000..603fc3d
--- /dev/null
+++ b/app-emacs/highlight-indentation/highlight-indentation-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp git-r3
+
+DESCRIPTION="Highlighting indentation for Emacs"
+HOMEPAGE="https://github.com/antonj/Highlight-Indentation-for-Emacs"
+
+EGIT_REPO_URI="https://github.com/antonj/Highlight-Indentation-for-Emacs/"
+EGIT_BRANCH="master"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
+S="${EGIT_CHECKOUT_DIR}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50highlight-indentation-gentoo.el"
+DOCS=( README.org )
+
+src_compile() {
+ elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
+ elisp_src_compile
+}