Install this version:
emerge -a =x11-misc/tbsm-0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/tbsm-0.5
Or alternatively:
emerge --autounmask-write -a =x11-misc/tbsm-0.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5 | 7 | ~amd64 | 0 |
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A pure bash session or application launcher. Inspired by cdm, tdm and krunner"
HOMEPAGE="https://loh-tar.github.io/tbsm/"
SRC_URI="https://github.com/loh-tar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="app-shells/bash:0"
DOCS="doc/*"
src_install() {
dobin src/tbsm
insinto /etc/xdg/tbsm
doins src/tbsm.conf
insinto /etc/xdg/tbsm/themes
doins themes/*
insinto /usr/share/doc/tbsm
doins doc/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tbsm-0.5.tar.gz | 19515 bytes | https://github.com/loh-tar/tbsm/archive/v0.5.tar.gz |