summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/ssass-mode/ssass-mode-0.2_p20200211.ebuild')
-rw-r--r--app-emacs/ssass-mode/ssass-mode-0.2_p20200211.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/ssass-mode/ssass-mode-0.2_p20200211.ebuild b/app-emacs/ssass-mode/ssass-mode-0.2_p20200211.ebuild
new file mode 100644
index 000000000000..01080890d2c0
--- /dev/null
+++ b/app-emacs/ssass-mode/ssass-mode-0.2_p20200211.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+[[ ${PV} == *_p20200211 ]] && COMMIT=96f557887ad97a0066a60c54f92b7234b8407016
+
+inherit elisp
+
+DESCRIPTION="Write Sass in Emacs without a Turing Machine"
+HOMEPAGE="https://github.com/AdamNiederer/ssass-mode/"
+SRC_URI="https://github.com/AdamNiederer/${PN}/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"