mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-08 11:45:45 +01:00
Added yabbedalt ebuild
This commit is contained in:
1
x11-misc/urxvt-tabbedalt/Manifest
Normal file
1
x11-misc/urxvt-tabbedalt/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
EBUILD urxvt-tabbedalt-9999.ebuild 461 BLAKE2B fbfdb9375044d48083c1d576174fee0309ab7cd8bf1cc6decd200a656f77281132ff0c47f58f5af7f501d99f5390c421859edb78778ac15ba24d2a97b372a155 SHA512 0fcd9b2e353e690477dcb002954f5a8eb50e671a819ae82cab87533469dd6464ce7aefa58ad972d0920cb33f49e9ba4afb34947a951c616893fc6f1651daaa1e
|
||||||
22
x11-misc/urxvt-tabbedalt/urxvt-tabbedalt-9999.ebuild
Normal file
22
x11-misc/urxvt-tabbedalt/urxvt-tabbedalt-9999.ebuild
Normal 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="Extended tabbed plugin for rxvt-unicode"
|
||||||
|
HOMEPAGE="https://github.com/gryf/tabbedalt"
|
||||||
|
EGIT_REPO_URI="https://github.com/gryf/tabbedalt"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm ~x86"
|
||||||
|
|
||||||
|
RDEPEND="x11-terms/rxvt-unicode[perl]"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /usr/$(get_libdir)/urxvt/perl
|
||||||
|
doins tabbedalt
|
||||||
|
einstalldocs
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user