Install this version:
emerge -a =app-text/kindlegen-bin-2.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/kindlegen-bin-2.9
Or alternatively:
emerge --autounmask-write -a =app-text/kindlegen-bin-2.9
# cribbed from https://aur.archlinux.org/packages/kindlegen
EAPI=9
DESCRIPTION="cli tool to build eBooks that can be used on Amazon’s Kindle platform"
HOMEPAGE="https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000765211"
SRC_URI="https://archive.org/download/kindlegen${PV}/kindlegen_linux_2.6_i386_v${PV/./_}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"
LICENSE="Amazon-EULA"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install()
{
dobin kindlegen
insinto /usr/share/doc/kindlegen
doins manual.html
doins docs/english/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | kindlegen-bin-2.9.tar.gz | 10813137 bytes | https://archive.org/download/kindlegen2.9/kindlegen_linux_2.6_i386_v2_9.tar.gz |