Diff tree-sitter-markdown-0.4.1 with a tree-sitter-markdown-0.5.3
| /usr/portage/dev-libs/tree-sitter-markdown/tree-sitter-markdown-0.5.3.ebuild 2026-04-04 11:46:07.574308825 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 8 | 8 |
DESCRIPTION="Markdown grammar for Tree-sitter" |
| 9 | 9 |
HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-markdown" |
| 10 | 10 |
SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-markdown/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
| 11 |
S="${WORKDIR}/${P}/${PN}"
|
|
| 11 |
S=${WORKDIR}/${P}/${PN}
|
|
| 12 | 12 | |
| 13 | 13 |
LICENSE="MIT" |
| 14 | 14 |
SLOT="0" |
| 15 |
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" |
|
| 15 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|