rand/app-misc/btop-catppuccin/btop-catppuccin-0.1.ebuild
2023-05-07 03:14:13 +02:00

24 lines
486 B
Bash

# Copyright 1999-2022 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/btop"
SRC_URI=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 arm64"
IUSE=""
DEPEND="sys-process/btop"
S="${FILESDIR}"
src_install() {
insinto /usr/share/btop/themes/
for STYLE in frappe latte macchiato mocha; do
doins "catppuccin_${STYLE}.theme"
done
}