app-text/markln - 9999 (schplaf)

Search

Install

Install this version:

emerge -a =app-text/markln-9999

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

autounmask =app-text/markln-9999

Or alternatively:

emerge --autounmask-write -a =app-text/markln-9999

Package Information

Description:
A TUI MarkDown editor with live preview
Homepage:
https://cp737.net/blog/markln-markdown-editor-for-the-terminal https://github.com/xqtr/markln.git
License:
GPL-3

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=no
PYTHON_COMPAT=( python3_{9..13} )

inherit distutils-r1 git-r3

DESCRIPTION="A TUI MarkDown editor with live preview"
HOMEPAGE="
	https://cp737.net/blog/markln-markdown-editor-for-the-terminal
	https://github.com/xqtr/markln.git
"
#SRC_URI="https://github.com/xqtr/markln.git"
EGIT_REPO_URI="https://github.com/xqtr/${PN}.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	>=dev-python/textual-0.52.1[${PYTHON_USEDEP}]
	>=dev-python/pyperclip-1.8.2[${PYTHON_USEDEP}]
	dev-libs/tree-sitter-markdown
"
RDEPEND="${DEPEND}"
BDEPEND=""

DOCS=( README.md LICENSE )

src_install() {
	exeinto "/usr/bin"
	newexe ${PN}.py ${PN}
	dodoc ${DOCS}
}

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/textual-0.52.1[]
	>=dev-python/pyperclip-1.8.2[]
	dev-libs/tree-sitter-markdown

RDEPEND

	>=dev-python/textual-0.52.1[]
	>=dev-python/pyperclip-1.8.2[]
	dev-libs/tree-sitter-markdown