gui-apps/wideriver: new package, add 1.3.0

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2025-09-15 00:17:10 +02:00
parent b0681990ac
commit 27489dc0c0
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST wideriver-1.3.0.tar.gz 64914 BLAKE2B dc7b26af4014a08d64156471f6596de7a4987ea699881b9ade3eec2fcde37209026516d5e85eef16702d48688f11d5cb07190e4ab28a4c0578c6a04ec8810b88 SHA512 0d9a633e8d4188ebfedcfbcdbbbb0213be5fb66c8744e19323af19c3c9de744f7ebce314089e6b12c2080a292d22007c304aac0aed278fbb60e624118ba6092c

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo-bugzilla@vimja.email</email>
<name>Niklaus 'vimja' Hofer</name>
</maintainer>
<upstream>
<remote-id type="github">alex-courtis/wideriver</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,25 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Tiling window manager for the river wayland compositor"
HOMEPAGE="https://github.com/alex-courtis/wideriver"
SRC_URI="https://github.com/alex-courtis/wideriver/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-libs/libinput
gui-libs/wlroots
"
RDEPEND="${DEPEND}"
src_install() {
emake PREFIX="/usr" DESTDIR="${D}" install
dodoc README.md
}