app-text/dadadodo - 1.04 (lanodanOverlay)

Search

Install

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

Package Information

Description:
Analyse texts for word probabilities and generate random sentences
Homepage:
https://www.jwz.org/dadadodo/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.04 9 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Manifest for 1.04

Type File Size Source URLs
DIST dadadodo-1.04.tar.gz 22791 bytes https://www.jwz.org/dadadodo/dadadodo-1.04.tar.gz