1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-25 16:02:30 +01:00

Added color-theme for urxvt

This commit is contained in:
2022-10-08 11:35:41 +02:00
parent ccfc393ea1
commit 0415655947
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1 @@
EBUILD urxvt-theme-switch-9999.ebuild 509 BLAKE2B 7566cab134a42bff1fad1c0a127982f1c182b01ef69e455d8969667ac7a7040a45d5eecdb808dfb7563deea15ae0d155e6fd0a61a7c10c773fa1eaa9ac7bf257 SHA512 1c80ac3f06aac2cb0b54cb6e32dc57c4b552431935775fdb2ad735479d010b8ab65c4f6269f90d0b0a667e11e30499ea31aeafad4f6d28744d1de5ecaa32f36a

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="Urxvt plugin that allows to switch color themes during runtime"
HOMEPAGE="https://github.com/felixr/urxvt-theme-switch"
EGIT_REPO_URI="https://github.com/felixr/urxvt-theme-switch"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="x11-terms/rxvt-unicode[perl]"
src_install() {
insinto /usr/$(get_libdir)/urxvt/perl
doins color-themes
einstalldocs
}