Install this version:
emerge -a =www-apps/lookingglass-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =www-apps/lookingglass-9999
Or alternatively:
emerge --autounmask-write -a =www-apps/lookingglass-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="Modern, simple and fresh looking glass based on Bootstrap 5 and PHP 8"
HOMEPAGE="https://github.com/hybula/lookingglass"
EGIT_REPO_URI="https://github.com/hybula/${PN}.git"
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND="dev-lang/php:*"
src_install() {
einstalldocs
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins {LookingGlass,backend,bootstrap,config.dist,index}.php
webapp_src_install
}
dev-lang/php:*