Install this version:
emerge -a =www-apps/webui-aria2-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =www-apps/webui-aria2-9999
Or alternatively:
emerge --autounmask-write -a =www-apps/webui-aria2-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 webapp
WEBAPP_MANUAL_SLOT="yes"
DESCRIPTION="The worlds best and hottest interface to interact with aria2"
HOMEPAGE="https://github.com/ziahamza/webui-aria2"
EGIT_REPO_URI="https://github.com/ziahamza/${PN}.git"
LICENSE="MIT"
SLOT=0
IUSE="vhosts"
DOCS=( {directurl,README}.md )
src_install() {
webapp_src_preinst
# Fix permissions
fperms 0644 index.html \
css/download.css css/modals.css css/style.css \
js/init.js js/ctrls/main.js js/translate/it_IT.js
cp -R css flags fonts js index.html configuration.js favicon.ico \
"${ED}"/"${MY_HTDOCSDIR}" || die "cp failed"
webapp_configfile "${MY_HTDOCSDIR}"/configuration.js
webapp_src_install
}
Manage flags for this package:
euse -i <flag> -p www-apps/webui-aria2 |
euse -E <flag> -p www-apps/webui-aria2 |
euse -D <flag> -p www-apps/webui-aria2