commit:     52f2e76025685a91ed8428fb3f8ac347adb03f46
Author:     Timo van Veen <timovanveen <AT> hotmail <DOT> nl>
AuthorDate: Thu Apr  3 23:27:38 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Apr  3 23:27:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52f2e760

app-text/tinymist: new package, add 9999

Signed-off-by: Timo van Veen <timovanveen <AT> hotmail.nl>

 app-text/tinymist/metadata.xml         | 11 +++++++++++
 app-text/tinymist/tinymist-9999.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/app-text/tinymist/metadata.xml b/app-text/tinymist/metadata.xml
new file mode 100644
index 000000000..831d78d07
--- /dev/null
+++ b/app-text/tinymist/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Timo van Veen</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">Myriad-Dreamin/tinymist</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/app-text/tinymist/tinymist-9999.ebuild 
b/app-text/tinymist/tinymist-9999.ebuild
new file mode 100644
index 000000000..60ba33f3f
--- /dev/null
+++ b/app-text/tinymist/tinymist-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo git-r3
+
+DESCRIPTION="Fast lsp implementation for typst."
+HOMEPAGE="https://github.com/Myriad-Dreamin/tinymist";
+EGIT_REPO_URI="https://github.com/Myriad-Dreamin/tinymist";
+
+LICENSE="Apache-2.0"
+# Dependent crate licenses
+LICENSE+="
+       Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0
+       EUPL-1.2 ISC LGPL-3+ MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB
+"
+SLOT="0"
+
+src_unpack() {
+       git-r3_src_unpack
+       cargo_live_src_unpack
+}
+
+src_configure() {
+       cargo_src_configure --frozen
+}
+
+src_install() {
+       cargo_src_install --path ./crates/tinymist
+}

Reply via email to