diff options
Diffstat (limited to 'dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.4.1.ebuild')
-rw-r--r-- | dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.4.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.4.1.ebuild b/dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.4.1.ebuild new file mode 100644 index 000000000000..513baef93b10 --- /dev/null +++ b/dev-libs/tree-sitter-cmake/tree-sitter-cmake-0.4.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="CMake grammar for tree-sitter" +HOMEPAGE="https://github.com/uyha/tree-sitter-cmake" +SRC_URI="https://github.com/uyha/tree-sitter-cmake/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" |