summaryrefslogtreecommitdiff
path: root/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2024-12-06 19:56:29 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2024-12-06 19:56:29 -0500
commit870fd4a1ea5051fc255ea466c216f84be0c39d75 (patch)
treee576253534d332e5dee137cb577dbc6de4ca6f7e /app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild
parentfcf6ad06a8776a164876270a5b14bde4c91a0621 (diff)
downloadebuilds-870fd4a1ea5051fc255ea466c216f84be0c39d75.tar.gz
add wgsl-ts-mode-0.1
Diffstat (limited to 'app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild')
-rw-r--r--app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild b/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild
new file mode 100644
index 0000000..5019edd
--- /dev/null
+++ b/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Tree sitter mode for WGSL"
+HOMEPAGE="https://github.com/Jturnerusa/wgsl-ts-mode"
+SRC_URI="https://github.com/Jturnerusa/wgsl-ts-mode/archive/refs/tags/v0.1.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"