| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20240915 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PH="bed0999f96ee9869ed25e0f1439bef5eff341e22"
DESCRIPTION="Soothing pastel theme for Ghidra"
HOMEPAGE="https://github.com/catppuccin/ghidra"
SRC_URI="https://github.com/catppuccin/ghidra/archive/${PH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ghidra-${PH}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
insinto /usr/share/ghidra
doins -r "${S}/themes"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | catppuccin-ghidra-20240915.tar.gz | 420379 bytes | https://github.com/catppuccin/ghidra/archive/bed0999f96ee9869ed25e0f1439bef5eff341e22.tar.gz |