app-text/markdown-oxide: new package, add 0.25.10

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-01-16 23:06:09 +03:00
parent e254e459e9
commit 01db2e1b3d
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST markdown-oxide-0.25.10-deps.tar.xz 16135460 BLAKE2B 046c313052e7dfa8b3209e71d5fc7ee6e71798d7a64b7e207d0473d2b3551ebf4cc37041df7a6b332f0f16b0bbe2950253467385dd856c1aefcc6b2d0bd0b86c SHA512 1aeb5b47862e3c3ba41b3399e8520eaff8140a0ca9868dc43f6d946a1de60934c902feb7841a670bc734bf976482cfbb2c16db6c8ae5715ebfbc379fb4466052
DIST markdown-oxide-0.25.10.tar.gz 795683 BLAKE2B 15c0cf10db0641e758ae97bbff3cfa60c9502a6a5aa8eaf9289200621789e699bf026b750d268c838fc98805bf29f47e42611a7ceb3591ce91c8ddd8b9ca432a SHA512 a51cef62f754454d133a5171c0aec7f160ab58884f03e4d243266cae59cb32e9efc0d48ed304bae5bf85685c56bb6cc442d581999f35c7c8900c6a29b2c37362

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cargo
DESCRIPTION="PKM Markdown Language Server"
HOMEPAGE="https://github.com/Feel-ix-343/markdown-oxide"
SRC_URI="
https://github.com/Feel-ix-343/markdown-oxide/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
"
LICENSE="0BSD Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"
src_unpack() {
cargo_src_unpack
ln -s "${ECARGO_VENDOR}/tower-lsp-macros" "${ECARGO_VENDOR}/tower-lsp"
cat >> "${ECARGO_HOME}/config.toml" <<- EOF || die
[patch."https://github.com/Feel-ix-343/tower-lsp"]
tower-lsp = { path = "${ECARGO_VENDOR}/tower-lsp" }
EOF
}
src_install() {
cargo_src_install --frozen
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Pavel Sobolev</name>
<email>contact@paveloom.dev</email>
</maintainer>
<upstream>
<bugs-to>https://github.com/Feel-ix-343/markdown-oxide/issues</bugs-to>
<remote-id type="github">Feel-ix-343/markdown-oxide</remote-id>
</upstream>
</pkgmetadata>