gui-apps/wl-scripts: revbump change sway=>wlroots

Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
This commit is contained in:
Mazunki Hoksaas
2023-10-03 16:10:39 +02:00
parent db511b4dee
commit 8a044897e1

View File

@@ -0,0 +1,28 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
SRC_URI="https://github.com/mazunki/wl-scripts/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="A set of utils for wlroots window managers"
HOMEPAGE="https://github.com/mazunki/wl-scripts"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="
app-alternatives/awk
app-misc/jq
>=gui-apps/wofi-1.3
gui-apps/slurp
gui-libs/wlroots
"
BDEPEND="" # scripts are just sh
src_install() {
exeinto "/usr/bin/"
doexe "${S}"/src/*
}