Install this version:
emerge -a =gui-apps/vicuna-1.25
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/vicuna-1.25
Or alternatively:
emerge --autounmask-write -a =gui-apps/vicuna-1.25
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.25 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Tool for uploading files to Wikimedia Commons and other Wikimedia projects"
HOMEPAGE="https://commons.wikimedia.org/wiki/Commons:Vicu%C3%B1aUploader"
SRC_URI="https://github.com/yarl/${PN}/releases/download/${PV}/${P}.tar"
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
virtual/jre
"
src_install() {
local apphome="/opt/${PN}"
mkdir -p "${ED}/${apphome}"
cp -r . "${ED}"/opt || die
dosym ${apphome}/bin/vicuna /usr/bin/vicuna
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vicuna-1.25.tar | 5058560 bytes | https://github.com/yarl/vicuna/releases/download/1.25/vicuna-1.25.tar |