gui-apps/wl-scripts: new package, add 1.0.0, 9999

Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
This commit is contained in:
Mazunki Hoksaas
2022-12-27 18:14:59 +01:00
parent 5d0a0bfb5d
commit 4c5fbb6ac9
4 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# 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"
KEYWORDS=""
DEPEND=""
RDEPEND="
app-alternatives/awk
app-misc/jq
>=gui-apps/wofi-1.3
gui-apps/slurp
gui-wm/sway
"
BDEPEND="" # scripts are just sh
src_install() {
exeinto "/usr/bin/"
doexe "${S}"/src/*
}