diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-27 03:04:42 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-27 03:04:42 -0500 |
| commit | c6e6588bafac78d585ece24e4dabdf99f3af211d (patch) | |
| tree | e68bccff68681d3201cf21c1a5682ad5abbfd4f3 /dev-libs/tree-sitter-unison | |
| parent | 8a7e9bb6193b9b54ffb149bdf92c9689a3798e00 (diff) | |
| download | baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.gz baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.tar.xz baldeagleos-repo-c6e6588bafac78d585ece24e4dabdf99f3af211d.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/tree-sitter-unison')
| -rw-r--r-- | dev-libs/tree-sitter-unison/Manifest | 1 | ||||
| -rw-r--r-- | dev-libs/tree-sitter-unison/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-libs/tree-sitter-unison/tree-sitter-unison-2.1.3.ebuild | 22 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter-unison/Manifest b/dev-libs/tree-sitter-unison/Manifest new file mode 100644 index 000000000000..b9510f18c313 --- /dev/null +++ b/dev-libs/tree-sitter-unison/Manifest @@ -0,0 +1 @@ +DIST tree-sitter-unison-2.1.3.gh.tar.gz 566221 BLAKE2B 135005241e36496e92ed77b3b0f5a51818f0dac0a158a8b8257713cbe58a39c17fb072b70e72e35a305cae4dde2531294fd89d7ef92939c2e0e3a701b3623689 SHA512 56143d356271cea1191f71d42baef8dbf1ddf9a8c695cc608e29fcbd2a2ad6e0f748d6e03b0ee3d0bb8bf16f97859979726d423d32d0664ea043fcd562b4559c diff --git a/dev-libs/tree-sitter-unison/metadata.xml b/dev-libs/tree-sitter-unison/metadata.xml new file mode 100644 index 000000000000..cc9b578a40aa --- /dev/null +++ b/dev-libs/tree-sitter-unison/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>xgqt@gentoo.org</email> + <name>Maciej Barć</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/kylegoetz/tree-sitter-unison/issues/</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-libs/tree-sitter-unison/tree-sitter-unison-2.1.3.ebuild b/dev-libs/tree-sitter-unison/tree-sitter-unison-2.1.3.ebuild new file mode 100644 index 000000000000..6d1e96ef6048 --- /dev/null +++ b/dev-libs/tree-sitter-unison/tree-sitter-unison-2.1.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="Unison programming language grammar for Tree-sitter" +HOMEPAGE="https://github.com/kylegoetz/tree-sitter-unison/" +SRC_URI="https://github.com/kylegoetz/tree-sitter-unison/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DOCS=( CHANGELOG.md README.md ) + +src_install() { + tree-sitter-grammar_src_install + einstalldocs +} |
