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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.0 | 8 | ~amd64 | 0 |
# 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
}
dev-cpp/gtkmm:3.0 dev-cpp/gtksourceviewmm:3.0 virtual/zlib media-libs/fontconfig dev-libs/jsoncpp dev-libs/tinyxml2
dev-cpp/gtkmm:3.0 dev-cpp/gtksourceviewmm:3.0 virtual/zlib media-libs/fontconfig dev-libs/jsoncpp dev-libs/tinyxml2
dev-build/meson dev-build/ninja
| 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 |