diff options
author | 2022-10-15 18:39:52 +0200 | |
---|---|---|
committer | 2022-10-15 18:47:40 +0200 | |
commit | 2a35e09442f4c53bb611a3b693c8f4dd19984dd2 (patch) | |
tree | 057d5ff952b1ab3dad7ed691939925a071754ce4 /app-emacs/metamath-mode/metamath-mode-0_p20221005.ebuild | |
parent | dev-lang/qu-prolog: add 10.7 (diff) | |
download | gentoo-2a35e09442f4c53bb611a3b693c8f4dd19984dd2.tar.gz gentoo-2a35e09442f4c53bb611a3b693c8f4dd19984dd2.tar.bz2 gentoo-2a35e09442f4c53bb611a3b693c8f4dd19984dd2.zip |
app-emacs/metamath-mode: new package; add 0_p20221005
2022.10.05 snapshot
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/metamath-mode/metamath-mode-0_p20221005.ebuild')
-rw-r--r-- | app-emacs/metamath-mode/metamath-mode-0_p20221005.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/metamath-mode/metamath-mode-0_p20221005.ebuild b/app-emacs/metamath-mode/metamath-mode-0_p20221005.ebuild new file mode 100644 index 000000000000..4bb809ed1bad --- /dev/null +++ b/app-emacs/metamath-mode/metamath-mode-0_p20221005.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=85bd63b88378e9f2dee2f7d5585ec6610bf098a6 + +inherit elisp + +DESCRIPTION="Major GNU Emacs mode for metamath files" +HOMEPAGE="https://github.com/samrushing/metamath-mode/" +SRC_URI="https://github.com/samrushing/${PN}/archive/${H}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${H} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" |