]> jturnerusa.dev Git - ebuilds/commitdiff
add wgsl-ts-mode-0.1
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Sat, 7 Dec 2024 00:56:29 +0000 (19:56 -0500)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Sat, 7 Dec 2024 00:56:29 +0000 (19:56 -0500)
app-emacs/wgsl-ts-mode/Manifest [new file with mode: 0644]
app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild [new file with mode: 0644]

diff --git a/app-emacs/wgsl-ts-mode/Manifest b/app-emacs/wgsl-ts-mode/Manifest
new file mode 100644 (file)
index 0000000..08b0a10
--- /dev/null
@@ -0,0 +1 @@
+DIST v0.1.tar.gz 16653 BLAKE2B 730703590bdca04fd289257b8e62b83dcd9ce1d6ff521f34722280fa77ae19a3100f8ebd2d3a6807e4fa59d368af36d41b3df3374e286d2c0bece3a8222e70fe SHA512 966462a52f6d2836f216457120568f66544ade77c2e70dafe7e98fe80b2a85fa5e64fa224c0210b7e4245623c8d99a8008fa93a2a1ad4eda7b5ef89ede356464
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 (file)
index 0000000..5019edd
--- /dev/null
@@ -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"