Install this version:
emerge -a =app-text/dadadodo-1.04
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/dadadodo-1.04
Or alternatively:
emerge --autounmask-write -a =app-text/dadadodo-1.04
# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit toolchain-funcs
DESCRIPTION="Analyse texts for word probabilities and generate random sentences"
HOMEPAGE="https://www.jwz.org/dadadodo/"
SRC_URI="https://www.jwz.org/dadadodo/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS=( "dodotodo" "README" )
src_configure() {
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {
einstalldocs
dobin dadadodo
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dadadodo-1.04.tar.gz | 22791 bytes | https://www.jwz.org/dadadodo/dadadodo-1.04.tar.gz |