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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.3 | 8 | ~amd64 |
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
}
| 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 |