Files
guru/gui-apps/wideriver/wideriver-1.3.0.ebuild
Niklaus 'vimja' Hofer 27489dc0c0 gui-apps/wideriver: new package, add 1.3.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
2025-09-15 00:23:53 +02:00

26 lines
579 B
Bash

# 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
}