eselect-comfyui-0.1zGentoo
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Manage ComfyUI backend selection (ROCm/CUDA)"
HOMEPAGE="https://www.comfy.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="app-admin/eselect"
S="${FILESDIR}"
src_install() {
insinto /usr/share/eselect/modules
doins "${FILESDIR}"/comfyui.eselect
}