mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
app-text/markdown-oxide: add 0.25.12
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -2,3 +2,5 @@ DIST markdown-oxide-0.25.10-deps.tar.xz 16135460 BLAKE2B 046c313052e7dfa8b3209e7
|
||||
DIST markdown-oxide-0.25.10.tar.gz 795683 BLAKE2B 15c0cf10db0641e758ae97bbff3cfa60c9502a6a5aa8eaf9289200621789e699bf026b750d268c838fc98805bf29f47e42611a7ceb3591ce91c8ddd8b9ca432a SHA512 a51cef62f754454d133a5171c0aec7f160ab58884f03e4d243266cae59cb32e9efc0d48ed304bae5bf85685c56bb6cc442d581999f35c7c8900c6a29b2c37362
|
||||
DIST markdown-oxide-0.25.11-deps.tar.xz 17232644 BLAKE2B d1208a248d110b2e0cb4ffc400a14e663f2234676953f447761fea4fef68da53eddcbcf4d65152f4a4a6bd617b25919d0839a9ae771975bc2bc2f8c256be4b61 SHA512 d646bc72505bfa6c524fc60f7ce4fe71d9aad67813956e894bac061708294ba6854a58d0fcefe0a62a5cb156f2c3c968a1a325b0e1043a8cad75af4b84b39efd
|
||||
DIST markdown-oxide-0.25.11.tar.gz 859581 BLAKE2B 55fa4d256de13d7b7a02dfc295f87ce76a16654b5cf489993a59a806ae43dc8d9bfe9769e6272077c8dc16c36904a85121b9bea9c8c2659f1128f51da5febf82 SHA512 3069578706171a54f6580396a2914620f65f31f144415b711ce8d5d458bcfda7d40afb13ef985cb7e74c6899478c3ce49955c07d90300f6ed3e5ad2acc31e0a8
|
||||
DIST markdown-oxide-0.25.12-deps.tar.xz 17232644 BLAKE2B d1208a248d110b2e0cb4ffc400a14e663f2234676953f447761fea4fef68da53eddcbcf4d65152f4a4a6bd617b25919d0839a9ae771975bc2bc2f8c256be4b61 SHA512 d646bc72505bfa6c524fc60f7ce4fe71d9aad67813956e894bac061708294ba6854a58d0fcefe0a62a5cb156f2c3c968a1a325b0e1043a8cad75af4b84b39efd
|
||||
DIST markdown-oxide-0.25.12.tar.gz 860172 BLAKE2B b97a5d9bdd79bb2e9c608b20d30a59cdda1167724790c788e8ef0a6633be02bf2c31a1ce9da3f787702a26d784866f13def27e1f70bc3279a854520520a88324 SHA512 b7756842615fd7e4068f2d6a77385ebcdcb10443ab6052d0147cdd3ac10f6b95c40a1d405c2ffdefea98f07544914ab8f4ed86e7db7ebcbb12721075bea3e39e
|
||||
|
||||
36
app-text/markdown-oxide/markdown-oxide-0.25.12.ebuild
Normal file
36
app-text/markdown-oxide/markdown-oxide-0.25.12.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user