Install this version:
emerge -a =net-im/clix-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/clix-9999
Or alternatively:
emerge --autounmask-write -a =net-im/clix-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
LUA_COMPAT=( luajit )
inherit mercurial lua
DESCRIPTION="XMPP client library written in Lua"
HOMEPAGE="http://code.matthewwild.co.uk/"
EHG_REPO_URI="http://code.matthewwild.co.uk/${PN}/"
LICENSE="MIT"
SLOT="0"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RDEPEND="
dev-lua/verse
dev-lua/luaexpat
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-lua/squish
"
src_prepare() {
use lua_targets_luajit && sed -r \
-e '1s:(env lua):\1jit:' \
-i clix.lua
default
}
src_compile() {
squish
}
src_install() {
newbin clix.bin clix
dodoc README
}
dev-lua/verse dev-lua/luaexpat
dev-lua/verse dev-lua/luaexpat
dev-lua/squish