Install this version:
emerge -a =gui-apps/wl-scripts-1.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/wl-scripts-1.3.1
Or alternatively:
emerge --autounmask-write -a =gui-apps/wl-scripts-1.3.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3.1 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A set of utils for wlroots window managers"
HOMEPAGE="https://github.com/mazunki/wl-scripts"
SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-alternatives/awk
app-misc/jq
>=gui-apps/wofi-1.3
gui-apps/slurp
gui-libs/wlroots
"
src_install() {
exeinto "/usr/bin/"
doexe "${S}"/src/*
}
app-alternatives/awk app-misc/jq >=gui-apps/wofi-1.3 gui-apps/slurp gui-libs/wlroots
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wl-scripts-1.3.1.tar.gz | 14987 bytes | https://github.com/mazunki/wl-scripts/archive/refs/tags/1.3.1.tar.gz |