summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/org-appear/org-appear-0.3.0.ebuild')
-rw-r--r--app-emacs/org-appear/org-appear-0.3.0.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/org-appear/org-appear-0.3.0.ebuild b/app-emacs/org-appear/org-appear-0.3.0.ebuild
new file mode 100644
index 000000000000..dacc9db52be7
--- /dev/null
+++ b/app-emacs/org-appear/org-appear-0.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Toggle Org mode element visibility upon entering and leaving"
+HOMEPAGE="https://github.com/awth13/org-appear/"
+SRC_URI="https://github.com/awth13/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+
+DOCS=( README.org demo.gif )
+SITEFILE="50${PN}-gentoo.el"