Install this version:
emerge -a =dev-util/vfox-bin-1.0.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/vfox-bin-1.0.7
Or alternatively:
emerge --autounmask-write -a =dev-util/vfox-bin-1.0.7
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker shell-completion
DESCRIPTION="A cross-platform version manager, extendable via plugins"
HOMEPAGE="https://vfox.dev/ https://github.com/version-fox/vfox"
SRC_URI="
amd64? ( https://github.com/version-fox/vfox/releases/download/v${PV}/vfox_${PV}_linux_x86_64.deb )
x86? ( https://github.com/version-fox/vfox/releases/download/v${PV}/vfox_${PV}_linux_i386.deb )
arm64? ( https://github.com/version-fox/vfox/releases/download/v${PV}/vfox_${PV}_linux_aarch64.deb )
arm? ( https://github.com/version-fox/vfox/releases/download/v${PV}/vfox_${PV}_linux_armv7.deb )
"
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="app-shells/bash"
RDEPEND+=" !dev-util/vfox"
QA_PREBUILT="/usr/bin/vfox"
src_install() {
default
dobin usr/bin/vfox
dobashcomp usr/share/bash-completion/completions/vfox
dozshcomp usr/share/zsh/site-functions/_vfox
}
app-shells/bash !dev-util/vfox
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vfox_1.0.7_linux_aarch64.deb | 4976544 bytes | https://github.com/version-fox/vfox/releases/download/v1.0.7/vfox__linux_aarch64.deb |
| DIST | vfox_1.0.7_linux_armv7.deb | 5142354 bytes | https://github.com/version-fox/vfox/releases/download/v1.0.7/vfox__linux_armv7.deb |
| DIST | vfox_1.0.7_linux_i386.deb | 5185012 bytes | https://github.com/version-fox/vfox/releases/download/v1.0.7/vfox__linux_i386.deb |
| DIST | vfox_1.0.7_linux_x86_64.deb | 5424466 bytes | https://github.com/version-fox/vfox/releases/download/v1.0.7/vfox__linux_x86_64.deb |