Files
guru/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild
Lucio Sauer d7b7bf5ecd */*: add copyright header
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-06-05 21:29:48 +02:00

26 lines
459 B
Bash

# 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
}