add godo engine emacs plugin
This commit is contained in:
parent
fb237d250c
commit
bcff499361
3 changed files with 33 additions and 0 deletions
app-emacs/gdscript-mode
3
app-emacs/gdscript-mode/Manifest
Normal file
3
app-emacs/gdscript-mode/Manifest
Normal file
|
@ -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
|
16
app-emacs/gdscript-mode/gdscript-mode-1.4.0.ebuild
Normal file
16
app-emacs/gdscript-mode/gdscript-mode-1.4.0.ebuild
Normal file
|
@ -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}"
|
14
app-emacs/gdscript-mode/metadata.xml
Normal file
14
app-emacs/gdscript-mode/metadata.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>rick@gnous.eu</email>
|
||||
<name>rick</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
An Emacs package to get GDScript support and syntax highlighting.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/godotengine/emacs-gdscript-mode/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Add table
Add a link
Reference in a new issue