x11-themes/catppuccin-btop - 1.0.0 (guru)

Search

Install

Install this version:

emerge -a =x11-themes/catppuccin-btop-1.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-themes/catppuccin-btop-1.0.0

Or alternatively:

emerge --autounmask-write -a =x11-themes/catppuccin-btop-1.0.0

Package Information

Description:
Soothing pastel theme for btop
Homepage:
https://github.com/catppuccin
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Soothing pastel theme for btop"
HOMEPAGE="https://github.com/catppuccin"

SRC_URI="
	https://github.com/catppuccin/btop/releases/download/${PV}/themes.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/themes"

RDEPEND="
	sys-process/btop
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	insinto "/usr/share/btop/themes"
	doins *.theme
}

Dependencies

RDEPEND

	sys-process/btop

Manifest for 1.0.0

Type File Size Source URLs
DIST catppuccin-btop-1.0.0.tar.gz 1869 bytes https://github.com/catppuccin/btop/releases/download/1.0.0/themes.tar.gz