diff options
author | Matthew Smith <matthew@gentoo.org> | 2024-04-07 10:30:06 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2024-04-07 10:40:02 +0000 |
commit | 19144666bfe9ab3895677c8801733a25909cef06 (patch) | |
tree | 9332362bb829f53639361b67d219ff3d726fd389 /app-emacs/cmake-mode/cmake-mode-3.29.1.ebuild | |
parent | media-gfx/renderdoc: add 1.32 (diff) | |
download | gentoo-19144666bfe9ab3895677c8801733a25909cef06.tar.gz gentoo-19144666bfe9ab3895677c8801733a25909cef06.tar.bz2 gentoo-19144666bfe9ab3895677c8801733a25909cef06.zip |
app-emacs/cmake-mode: add 3.29.1
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/cmake-mode/cmake-mode-3.29.1.ebuild')
-rw-r--r-- | app-emacs/cmake-mode/cmake-mode-3.29.1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-emacs/cmake-mode/cmake-mode-3.29.1.ebuild b/app-emacs/cmake-mode/cmake-mode-3.29.1.ebuild new file mode 100644 index 000000000000..e6ca0450dffd --- /dev/null +++ b/app-emacs/cmake-mode/cmake-mode-3.29.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +MY_P="${P/-mode}" +MY_P="${MY_P/_/-}" + +DESCRIPTION="GNU Emacs mode for handling CMake build files" +HOMEPAGE="https://cmake.org/" +SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz" +S="${WORKDIR}/${P/-mode}/Auxiliary" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + !dev-build/cmake[emacs(-)] +" + +DOCS=() +SITEFILE="50${PN/-mode}-gentoo.el" + +src_install() { + elisp_src_install + elisp-site-file-install "${FILESDIR}/${SITEFILE}" +} |