summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild')
-rw-r--r--app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild b/app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild
new file mode 100644
index 000000000000..22c18a821598
--- /dev/null
+++ b/app-emacs/sunrise-commander/sunrise-commander-6_p20210927.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTICE: Check version of sunrise-commander in it's "Cask" & "sunrise.el".
+
+EAPI=8
+
+COMMIT=16e6df7e86c7a383fb4400fae94af32baf9cb24e
+
+inherit elisp
+
+DESCRIPTION="Twin-pane file manager for Emacs inspired by Midnight Commander"
+HOMEPAGE="https://www.emacswiki.org/emacs/Sunrise_Commander/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"