From bcff499361c3bda1d0adf6eb628b65f7e4e87274 Mon Sep 17 00:00:00 2001 From: rick Date: Sun, 2 Oct 2022 19:53:44 +0200 Subject: [PATCH] add godo engine emacs plugin --- app-emacs/gdscript-mode/Manifest | 3 +++ .../gdscript-mode/gdscript-mode-1.4.0.ebuild | 16 ++++++++++++++++ app-emacs/gdscript-mode/metadata.xml | 14 ++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 app-emacs/gdscript-mode/Manifest create mode 100644 app-emacs/gdscript-mode/gdscript-mode-1.4.0.ebuild create mode 100644 app-emacs/gdscript-mode/metadata.xml diff --git a/app-emacs/gdscript-mode/Manifest b/app-emacs/gdscript-mode/Manifest new file mode 100644 index 0000000..b33a8e3 --- /dev/null +++ b/app-emacs/gdscript-mode/Manifest @@ -0,0 +1,3 @@ +DIST gdscript-mode.tar.gz 201257 BLAKE2B 8c7dd13cc6966cbbf096bc33315d570ad76919df2aec1142039638a2681da03158a4436b7cd82adacd154700c4635741a1569166a94a8f5741eff2acc876d15d SHA512 e1a73d568b290a5a8e81062a4f4ae3b15064b537c49700400bcaeecc3204a1534e61d0540afad0a3fd93a065d66dc974e086465d27619f9e30c5d987617f596b +EBUILD gdscript-mode-1.4.0.ebuild 436 BLAKE2B f413493f045cb63794123168526189a98017715b080d0343a6224bc3c8b3048569585d8f856c64cb19995f7671c4b76024c88a3f7af7398901b8528690ef77da SHA512 0235b466177c2ed7e91b5ed9a696c4d1b2a9b0de02064a0000cb4925bd7ec53fa2998481511076920e687607ef3c1e769a27ac98d8c59d9542c8945696750865 +MISC metadata.xml 455 BLAKE2B 20a8c96772c09c856dbcb885bb574c20df08c6c012cfc6eed01899bdd85c072a6e9bba39aaf86c97f68b149e5f702bc1247060739899894c9e00f9566b9dbec7 SHA512 bd3728db507f1a093c95a5864bf90971994f8c910b2c4381eff3a88b03ea2b1dbd2a9dec0075c8ba67226fce2a4f42f3f2382bf5204e747c43cb99a829057e1a diff --git a/app-emacs/gdscript-mode/gdscript-mode-1.4.0.ebuild b/app-emacs/gdscript-mode/gdscript-mode-1.4.0.ebuild new file mode 100644 index 0000000..2166c2a --- /dev/null +++ b/app-emacs/gdscript-mode/gdscript-mode-1.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="An Emacs package to get GDScript support and syntax highlighting." +HOMEPAGE="https://github.com/godotengine/emacs-gdscript-mode" +SRC_URI="https://github.com/godotengine/emacs-${PN}/archive/refs/tags/${PV}.tar.gz -> ${PN}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/emacs-${P}" diff --git a/app-emacs/gdscript-mode/metadata.xml b/app-emacs/gdscript-mode/metadata.xml new file mode 100644 index 0000000..360e592 --- /dev/null +++ b/app-emacs/gdscript-mode/metadata.xml @@ -0,0 +1,14 @@ + + + + + rick@gnous.eu + rick + + + An Emacs package to get GDScript support and syntax highlighting. + + + https://github.com/godotengine/emacs-gdscript-mode/issues + +