gui-apps/wl-scripts: add 1.3.1

Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
This commit is contained in:
Mazunki Hoksaas
2026-07-12 17:37:26 +02:00
parent 88ededfa5d
commit 4103bdfc45
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST wl-scripts-1.2.3.tar.gz 14354 BLAKE2B 815668d4ff0d4b99698d8e487fd9ab794de4663cf084f48a117f81f6bb3080ca7e4d38a711be0dd077c2307a83127fc3d94798a1d62046322b766226d0f1c3f9 SHA512 02067f83ec15cdd8275be305dcd38631172cc1a8a2cba2263fe82d3722732fc980dced277f02bf37087c1b6779ff0f826c7ab477591beaa40a7ef90b5ac6a111 DIST wl-scripts-1.2.3.tar.gz 14354 BLAKE2B 815668d4ff0d4b99698d8e487fd9ab794de4663cf084f48a117f81f6bb3080ca7e4d38a711be0dd077c2307a83127fc3d94798a1d62046322b766226d0f1c3f9 SHA512 02067f83ec15cdd8275be305dcd38631172cc1a8a2cba2263fe82d3722732fc980dced277f02bf37087c1b6779ff0f826c7ab477591beaa40a7ef90b5ac6a111
DIST wl-scripts-1.3.1.tar.gz 14987 BLAKE2B 674c4fbeb5d271c7057203fd41e1ca5d9279aad8c269d95feafa71504ed0f125ee86713361a565868404882f40a15fd543dde67b27a3019f2e23a53e0507d5c8 SHA512 f0e09fdb1f5390dad43cbf11105f4223a81a34faf7296e40c26050b213309a4d459a910afb8a1b8f80b023cf2ae372ffdb2a1bbc03d1f701b5f832ca5d7ff511

View File

@@ -0,0 +1,25 @@
# 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/*
}