x11-themes/Catppuccin-gtk - 1.0 (ruixi-overlay)

Search

Package Information

Description:
Catppuccin-Gtk Theme
Homepage:
https://github.com/Ruixi-rebirth/Catppuccin-gtk
License:
MIT

Ebuild Details

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

EAPI=8

MY_PV="1.0"
MY_P="Catppuccin"
DESCRIPTION="Catppuccin-Gtk Theme"
HOMEPAGE="https://github.com/Ruixi-rebirth/Catppuccin-gtk"
SRC_URI="https://github.com/Ruixi-rebirth/Catppuccin-gtk/releases/download/${MY_PV}/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

S="${WORKDIR}/Catppuccin"
src_install(){
    DICT_PATH="/usr/share/themes/"
    insinto "${DICT_PATH}"
    doins -r ${S}
}

Manifest for 1.0

Type File Size Source URLs
DIST Catppuccin.tar.bz2 239363 bytes https://github.com/Ruixi-rebirth/Catppuccin-gtk/releases/download/1.0/Catppuccin.tar.bz2