gui-apps/wl-scripts - 9999 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/wl-scripts-9999

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

autounmask =gui-apps/wl-scripts-9999

Or alternatively:

emerge --autounmask-write -a =gui-apps/wl-scripts-9999

Package Information

Description:
A set of utils for wlroots window managers
Homepage:
https://github.com/mazunki/wl-scripts
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3
EGIT_REPO_URI="https://github.com/mazunki/wl-scripts.git"

DESCRIPTION="A set of utils for wlroots window managers"
HOMEPAGE="https://github.com/mazunki/wl-scripts"

LICENSE="GPL-3"
SLOT="0"

RDEPEND="
	app-alternatives/awk
	app-misc/jq
	>=gui-apps/wofi-1.3
	gui-apps/slurp
	gui-wm/sway
"

src_install() {
	exeinto "/usr/bin/"
	doexe "${S}"/src/*
}

Inherited Eclasses

Dependencies

RDEPEND

	app-alternatives/awk
	app-misc/jq
	>=gui-apps/wofi-1.3
	gui-apps/slurp
	gui-wm/sway