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