From: John Turner Date: Sat, 7 Dec 2024 00:56:29 +0000 (-0500) Subject: add wgsl-ts-mode-0.1 X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=870fd4a1ea5051fc255ea466c216f84be0c39d75;p=ebuilds add wgsl-ts-mode-0.1 --- 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"