From 870fd4a1ea5051fc255ea466c216f84be0c39d75 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 6 Dec 2024 19:56:29 -0500 Subject: add wgsl-ts-mode-0.1 --- app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild (limited to 'app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild') 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" -- cgit v1.2.3