Install this version:
emerge -a =net-im/keywee-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/keywee-9999
Or alternatively:
emerge --autounmask-write -a =net-im/keywee-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit haskell-cabal git-r3 patches
DESCRIPTION="WeeChat plugin for Keybase chat"
HOMEPAGE="https://github.com/jkopanski/keywee"
EGIT_REPO_URI="https://github.com/jkopanski/keywee"
LICENSE="GPL-3"
SLOT="0"
#BDEPEND="
# >=dev-haskell/async-2.1
# >=dev-haskell/conduit-1.2
## dev-haskell/conduit-combinators
# >=dev-haskell/conduit-extra-1.1
# dev-haskell/lens
# =dev-haskell/monads-tf-0.1*
# =dev-haskell/mono-traversable-1.0*
## dev-haskell/reactive-banana
## dev-haskell/rio
# <dev-haskell/stm-2.6
## dev-haskell/stm-conduit
#"
#RDEPEND="${BDEPEND}"
pkg_pretend() {
die "Not yet ready"
}