app-text/iwe - 0.13.0 (guru)

Search

Install

Install this version:

emerge -a =app-text/iwe-0.13.0

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

autounmask =app-text/iwe-0.13.0

Or alternatively:

emerge --autounmask-write -a =app-text/iwe-0.13.0

Package Information

Description:
Markdown based personal knowledge management (PKM) system
Homepage:
https://github.com/iwe-org/iwe
License:
Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0

Ebuild Details

Version EAPI Keywords Slot
0.13.0 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.88.0"

inherit cargo

DESCRIPTION="Markdown based personal knowledge management (PKM) system"
HOMEPAGE="https://github.com/iwe-org/iwe"
SRC_URI="
	https://github.com/iwe-org/iwe/archive/refs/tags/iwe-v${PV}.tar.gz -> ${P}.tar.gz
	https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/liwe-v${PV}/${PN}-liwe-v${PV}-deps.tar.xz
"

S="${WORKDIR}/${PN}-${PN}-v${PV}"

LICENSE="Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"

QA_FLAGS_IGNORED="usr/bin/iwe usr/bin/iwes"

src_install() {
	cargo_src_install --path crates/iwe
	cargo_src_install --path crates/iwes

	einstalldocs
}

Inherited Eclasses

Manifest for 0.13.0

Type File Size Source URLs
DIST iwe-0.13.0.tar.gz 1877271 bytes https://github.com/iwe-org/iwe/archive/refs/tags/iwe-v0.13.0.tar.gz
DIST iwe-liwe-v0.13.0-deps.tar.xz 25510128 bytes https://gitlab.com/api/v4/projects/69517529/packages/generic/iwe/liwe-v0.13.0/iwe-liwe-v0.13.0-deps.tar.xz