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