app-text/markdown-oxide - 0.25.12 (guru)

Search

Install

Install this version:

emerge -a =app-text/markdown-oxide-0.25.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/markdown-oxide-0.25.12

Or alternatively:

emerge --autounmask-write -a =app-text/markdown-oxide-0.25.12

Package Information

Description:
PKM Markdown Language Server
Homepage:
https://github.com/Feel-ix-343/markdown-oxide
License:
0BSD Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0

Ebuild Details

Version EAPI Keywords Slot
0.25.12 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

RUST_MIN_VER="1.81"

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"

QA_FLAGS_IGNORED="usr/bin/markdown-oxide"

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
}

Inherited Eclasses

Manifest for 0.25.12

Type File Size Source URLs
DIST markdown-oxide-0.25.12-deps.tar.xz 17232644 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/markdown-oxide/0.25.12/markdown-oxide-0.25.12-deps.tar.xz
DIST markdown-oxide-0.25.12.tar.gz 860172 bytes https://github.com/Feel-ix-343/markdown-oxide/archive/refs/tags/v0.25.12.tar.gz