summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-03-08 18:29:14 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-03-08 18:29:36 +0100
commit363a0ebb60734b06dcdd138804456adb37b111ec (patch)
tree8d7859cb3fba6e5fe6d0f12c08df0e3c5b51501d /app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild
parentkde-plasma/discover: Drop 5.24.2.1 (diff)
downloadgentoo-363a0ebb60734b06dcdd138804456adb37b111ec.tar.gz
gentoo-363a0ebb60734b06dcdd138804456adb37b111ec.tar.bz2
gentoo-363a0ebb60734b06dcdd138804456adb37b111ec.zip
app-emacs/fsharp-mode: new package; add 1.10_p20211229
2021.12.29 snapshot Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild')
-rw-r--r--app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild
new file mode 100644
index 000000000000..f5407ecb598a
--- /dev/null
+++ b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=b3aa4c53fc9e98648b25ad036e657632ae2fe192
+NEED_EMACS=25
+
+inherit elisp
+
+DESCRIPTION="Support for the F# programming language"
+HOMEPAGE="https://github.com/fsharp/emacs-fsharp-mode/"
+SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${PN}-${H}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # requires Cask
+
+RDEPEND="app-emacs/s"
+BDEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.org )
+ELISP_REMOVE="eglot-fsharp.el"
+SITEFILE="50${PN}-gentoo.el"