www-apps/cops - 1.1.3 (salfter)

Search

Install

Install this version:

emerge -a =www-apps/cops-1.1.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =www-apps/cops-1.1.3

Or alternatively:

emerge --autounmask-write -a =www-apps/cops-1.1.3

Package Information

Description:
Calibre OPDS PHP Server
Homepage:
https://blog.slucas.fr/projects/calibre-opds-php-server/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.1.3 8 ~amd64
View Raw Ebuild
EAPI=8

inherit webapp

DESCRIPTION="Calibre OPDS PHP Server"
HOMEPAGE=https://blog.slucas.fr/projects/calibre-opds-php-server/
SRC_URI="https://github.com/seblucas/$PN/archive/$PV.tar.gz -> $P.tar.gz"

LICENSE=GPL-2
KEYWORDS=~amd64

RDEPEND="dev-lang/php[gd,xml,intl,json,sqlite]"

src_install()
{
	webapp_src_preinst

	insinto $MY_HTDOCSDIR
	doins -r .

	webapp_postinst_txt en $FILESDIR/postinstall.txt

	webapp_src_install
}

Inherited Eclasses

Dependencies

RDEPEND

dev-lang/php[gd,xml,intl,json,sqlite]

Manifest for 1.1.3

Type File Size Source URLs
DIST cops-1.1.3.tar.gz 3418752 bytes https://github.com/seblucas/cops/archive/1.1.3.tar.gz