-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app-misc/tmux-nerd-font-window-name): new ebuild
- Loading branch information
Showing
5 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST tmux-nerd-font-window-name-2.1.2.tar.gz 572741 BLAKE2B 6512ec492bac59489d4c107a1fbbba77bdb7233842e6cb8476e6384fb4a68e9177ed473f9d7d0600232c5216907298fb0eb7c31efaacff0e0aa58ff757833009 SHA512 1c53669d93e0b1dca759451cbd3a150992d236989783231aec74887ff9503561638cf88a2dea75ead9676472f1e1c5861f276f0a57db66785ec36e12f16b9932 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>spiderx@spiderx.dp.ua</email> | ||
<name>Vladimir Pavljuchenkov</name> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>proxy-maint@gentoo.org</email> | ||
<name>Proxy Maintainers</name> | ||
</maintainer> | ||
<longdescription lang="en"> | ||
This package provides a tmux plugin, that automatically add Nerd Font | ||
<pkg>media-fonts/symbols-nerd-font</pkg> support to tmux window names. | ||
</longdescription> | ||
<upstream> | ||
<remote-id type="github">joshmedeski/tmux-nerd-font-window-name</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
23 changes: 23 additions & 0 deletions
23
app-misc/tmux-nerd-font-window-name/tmux-nerd-font-window-name-2.1.2.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2025 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="Nerd Font icons for your tmux windows" | ||
HOMEPAGE="https://github.com/joshmedeski/tmux-nerd-font-window-name" | ||
SRC_URI="https://github.com/joshmedeski/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND="app-misc/tmux | ||
|| ( app-misc/yq app-misc/yq-go )" | ||
|
||
src_install() { | ||
einstalldocs | ||
insinto /usr/share/tmux-plugins/tmux-nerd-font-window-name | ||
doins -r bin tmux-nerd-font-window-name.tmux | ||
fperms +x /usr/share/tmux-plugins/tmux-nerd-font-window-name/bin/tmux-nerd-font-window-name \ | ||
/usr/share/tmux-plugins/tmux-nerd-font-window-name/tmux-nerd-font-window-name.tmux | ||
} |
25 changes: 25 additions & 0 deletions
25
app-misc/tmux-nerd-font-window-name/tmux-nerd-font-window-name-9999.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2025 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
EGIT_REPO_URI="https://github.com/joshmedeski/${PN}.git" | ||
|
||
inherit git-r3 | ||
|
||
DESCRIPTION="Nerd Font icons for your tmux windows" | ||
HOMEPAGE="https://github.com/joshmedeski/tmux-nerd-font-window-name" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
|
||
RDEPEND="app-misc/tmux | ||
|| ( app-misc/yq app-misc/yq-go )" | ||
|
||
src_install() { | ||
einstalldocs | ||
insinto /usr/share/tmux-plugins/tmux-nerd-font-window-name | ||
doins -r bin tmux-nerd-font-window-name.tmux | ||
fperms +x /usr/share/tmux-plugins/tmux-nerd-font-window-name/bin/tmux-nerd-font-window-name \ | ||
/usr/share/tmux-plugins/tmux-nerd-font-window-name/tmux-nerd-font-window-name.tmux | ||
} |