www-apps/lookingglass - 9999 (nest)

Search

Package Information

Description:
Modern, simple and fresh looking glass based on Bootstrap 5 and PHP 8
Homepage:
https://github.com/hybula/lookingglass
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

dev-lang/php:*