diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-05 15:51:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-05 15:52:16 +0300 |
commit | f1884caf28582b24851d721977f1c7435957100f (patch) | |
tree | 54c2aa5e50834040dcd20e1e70c567fe7416227e /dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild | |
parent | dev-libs/tree-sitter-c-sharp: add 0.21.1 (diff) | |
download | gentoo-f1884caf28582b24851d721977f1c7435957100f.tar.gz gentoo-f1884caf28582b24851d721977f1c7435957100f.tar.bz2 gentoo-f1884caf28582b24851d721977f1c7435957100f.zip |
dev-libs/tree-sitter-php: add 0.22.4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild')
-rw-r--r-- | dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild b/dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild new file mode 100644 index 000000000000..13dc08afbb50 --- /dev/null +++ b/dev-libs/tree-sitter-php/tree-sitter-php-0.22.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="PHP grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-php" +S="${WORKDIR}"/${P}/php + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" |