app-text/readest-bin - 0.12.8 (amano-kenji)

Search

Install

Install this version:

emerge -a =app-text/readest-bin-0.12.8

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

autounmask =app-text/readest-bin-0.12.8

Or alternatively:

emerge --autounmask-write -a =app-text/readest-bin-0.12.8

Package Information

Description:
A modern, feature-rich ebook reader
Homepage:
https://readest.com/
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
0.12.8 8 ~amd64 0
View Raw Ebuild
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() {
	insinto /usr/bin
	doins "${S}/usr/bin/readest"
	insinto /usr/share
	doins -r "${S}/usr/share/Readest"
	chmod +x "${D}/usr/share/Readest/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"
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

net-libs/webkit-gtk:4.1

Manifest for 0.12.8

Type File Size Source URLs
DIST Readest_0.12.8_amd64.deb 184326238 bytes https://github.com/readest/readest/releases/download/v0.12.8/Readest_0.12.8_amd64.deb