Install this version:
emerge -a =app-text/readest-bin-0.12.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/readest-bin-0.12.6
Or alternatively:
emerge --autounmask-write -a =app-text/readest-bin-0.12.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.12.6 | 8 | ~amd64 | 0 |
EAPI=8
inherit unpacker desktop xdg
DESCRIPTION="A modern, feature-rich ebook reader"
HOMEPAGE="https://readest.com/"
URI_PREFIX="https://github.com/readest/readest/releases/download/v${PV}/Readest_${PV}"
SRC_URI="
amd64? ( ${URI_PREFIX}_amd64.deb )
"
S="${WORKDIR}"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
RDEPEND="net-libs/webkit-gtk:4.1"
src_install() {
dobin "${S}/usr/bin/readest"
domenu "${S}/usr/share/applications/Readest.desktop"
for size in 32 128; do
doicon -s ${size} "${S}/usr/share/icons/hicolor/${size}x${size}/apps/readest.png"
done
doicon -s 256 "${S}/usr/share/icons/hicolor/256x256@2/apps/readest.png"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | Readest_0.12.6_amd64.deb | 42453668 bytes | https://github.com/readest/readest/releases/download/v0.12.6/Readest_0.12.6_amd64.deb |