app-text/notekit - 0.2.0 (guru)

Search

Install

Install this version:

emerge -a =app-text/notekit-0.2.0

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

autounmask =app-text/notekit-0.2.0

Or alternatively:

emerge --autounmask-write -a =app-text/notekit-0.2.0

Package Information

Description:
Write your notes in instantly-formatted Markdown
Homepage:
https://github.com/blackhole89/notekit/
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Write your notes in instantly-formatted Markdown"
HOMEPAGE="https://github.com/blackhole89/notekit/"
SRC_URI="https://github.com/blackhole89/notekit/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="
	dev-cpp/gtkmm:3.0
	dev-cpp/gtksourceviewmm:3.0
	virtual/zlib
	media-libs/fontconfig
	dev-libs/jsoncpp
	dev-libs/tinyxml2
"
RDEPEND="${DEPEND}"
BDEPEND="
	dev-build/meson
	dev-build/ninja
"

src_configure() {
	local emesonargs=(
		"-Dclatexmath=false"
	)
	meson_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

	dev-cpp/gtkmm:3.0
	dev-cpp/gtksourceviewmm:3.0
	virtual/zlib
	media-libs/fontconfig
	dev-libs/jsoncpp
	dev-libs/tinyxml2

RDEPEND

	dev-cpp/gtkmm:3.0
	dev-cpp/gtksourceviewmm:3.0
	virtual/zlib
	media-libs/fontconfig
	dev-libs/jsoncpp
	dev-libs/tinyxml2

BDEPEND

	dev-build/meson
	dev-build/ninja

Manifest for 0.2.0

Type File Size Source URLs
DIST notekit-0.2.0.tar.gz 1906688 bytes https://github.com/blackhole89/notekit/archive/refs/tags/v0.2.0.tar.gz