app-text/wik - 2.0.1 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-text/wik-2.0.1

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

autounmask =app-text/wik-2.0.1

Or alternatively:

emerge --autounmask-write -a =app-text/wik-2.0.1

Package Information

Description:
Wikipedia like a man - in the terminal, without images, with caching
Homepage:
https://github.com/yashsinghcodes/wik https://pypi.org/project/wik/
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="Wikipedia like a man - in the terminal, without images, with caching"
HOMEPAGE="
	https://github.com/yashsinghcodes/wik
	https://pypi.org/project/wik/
"
SRC_URI="https://github.com/yashsinghcodes/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
"

pkg_postinst() {
	einfo "Usage example:"
	einfo "wik -c batumi"
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/beautifulsoup4[]

Manifest for 2.0.1

Type File Size Source URLs
DIST wik-2.0.1.gh.tar.gz 851087 bytes https://github.com/yashsinghcodes/wik/archive/refs/tags/v2.0.1.tar.gz