www-apps/tinyfilemanager - 2.5.3 (nest)

Search

Package Information

Description:
Single-file PHP file manager
Homepage:
https://github.com/prasathmani/tinyfilemanager
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.5.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit webapp

DESCRIPTION="Single-file PHP file manager"
HOMEPAGE="https://github.com/prasathmani/tinyfilemanager"
SRC_URI="https://github.com/prasathmani/tinyfilemanager/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-lang/php[fileinfo,iconv,session,unicode,zip]"

DOCS=( {README,SECURITY}.md )

src_install() {
	einstalldocs
	webapp_src_preinst

	insinto "${MY_HTDOCSDIR}"
	doins tinyfilemanager.php translation.json
	doins -r assets
	webapp_src_install
}

Dependencies

RDEPEND

dev-lang/php[fileinfo,iconv,session,unicode,zip]

Manifest for 2.5.3

Type File Size Source URLs
DIST tinyfilemanager-2.5.3.tar.gz 3736936 bytes https://github.com/prasathmani/tinyfilemanager/archive/2.5.3.tar.gz