diff options
Diffstat (limited to 'app-emacs/wgsl-ts-mode')
-rw-r--r-- | app-emacs/wgsl-ts-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/wgsl-ts-mode/Manifest b/app-emacs/wgsl-ts-mode/Manifest new file mode 100644 index 0000000..08b0a10 --- /dev/null +++ b/app-emacs/wgsl-ts-mode/Manifest @@ -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 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" |