mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-apps/wideriver: new package, add 1.3.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
1
gui-apps/wideriver/Manifest
Normal file
1
gui-apps/wideriver/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST wideriver-1.3.0.tar.gz 64914 BLAKE2B dc7b26af4014a08d64156471f6596de7a4987ea699881b9ade3eec2fcde37209026516d5e85eef16702d48688f11d5cb07190e4ab28a4c0578c6a04ec8810b88 SHA512 0d9a633e8d4188ebfedcfbcdbbbb0213be5fb66c8744e19323af19c3c9de744f7ebce314089e6b12c2080a292d22007c304aac0aed278fbb60e624118ba6092c
|
||||
11
gui-apps/wideriver/metadata.xml
Normal file
11
gui-apps/wideriver/metadata.xml
Normal 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>
|
||||
25
gui-apps/wideriver/wideriver-1.3.0.ebuild
Normal file
25
gui-apps/wideriver/wideriver-1.3.0.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user