mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
gui-wm/hyprland-contrib: new package, add 0.1
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
parent
afff182158
commit
2c645e6cca
1
gui-wm/hyprland-contrib/Manifest
Normal file
1
gui-wm/hyprland-contrib/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST hyprland-contrib-0.1.tar.gz 13608 BLAKE2B 6cd69792a0a96b1df47039d33ea5fe4aa286a37359cd855042c6bd52c81f83d42f119d2ddd2fb5215695d8b8f03ebd907d05e0eae98495164a1c0f59d9cdd4b8 SHA512 f258711b1f35bd2c913a19d98282c3cc257413916e5727986e4cfb1922aa256ec361aef840013e6acbe084746d69271b78a5043ab11044ef074baabc9d5e9ed7
|
38
gui-wm/hyprland-contrib/hyprland-contrib-0.1.ebuild
Normal file
38
gui-wm/hyprland-contrib/hyprland-contrib-0.1.ebuild
Normal file
@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Community-maintained extensions for hyprland"
|
||||
HOMEPAGE="https://hyprland.org/"
|
||||
SRC_URI="https://github.com/hyprwm/contrib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
app-shells/bash
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
"
|
||||
|
||||
S="${WORKDIR}/contrib-${PV}"
|
||||
src_install() {
|
||||
pushd grimblast || die
|
||||
PREFIX="${D}/usr" emake install
|
||||
popd || die
|
||||
pushd hyprprop || die
|
||||
PREFIX="${D}/usr" emake install
|
||||
popd || die
|
||||
pushd scratchpad || die
|
||||
PREFIX="${D}/usr" emake install
|
||||
popd || die
|
||||
pushd shellevents || die
|
||||
PREFIX="${D}/usr" emake install
|
||||
popd || die
|
||||
pushd try_swap_workspace || die
|
||||
PREFIX="${D}/usr" emake install
|
||||
popd || die
|
||||
}
|
11
gui-wm/hyprland-contrib/metadata.xml
Normal file
11
gui-wm/hyprland-contrib/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">
|
||||
<name>Pascal Jaeger</name>
|
||||
<email>pascal.jaeger@leimstift.de</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">hyprwm/contrib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user