logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 69bca98614544c1c327c2feab8e7d02c365daaef
parent 591f784eebfcb18397d0261d9c70ba8ef66b75c1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 19 Feb 2021 06:28:44 +0100

app-text/dadadodo: New Package

Diffstat:

Aapp-text/dadadodo/Manifest1+
Aapp-text/dadadodo/dadadodo-1.04.ebuild12++++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/app-text/dadadodo/Manifest b/app-text/dadadodo/Manifest @@ -0,0 +1 @@ +DIST dadadodo-1.04.tar.gz 22791 BLAKE2B a865bea845640d6d6c7cf86846f24e5ae1bfd689692c71a629dd963fddf42c69f4af52675fc12d6e16130704f7ea53d1fe31c32a56a8e9f882b5ab8ec9f2f430 SHA512 02670437ffc98e5fb2fe5d617fe2b5f94e261fc8c125c74f08ade8fb50a2b39fda40113d9d6c4d2a78f59d3103b06a5e2e56c95b81fb0704a260e9a0b3ce3634 diff --git a/app-text/dadadodo/dadadodo-1.04.ebuild b/app-text/dadadodo/dadadodo-1.04.ebuild @@ -0,0 +1,12 @@ +# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Analyse texts for word probabilities and generate random sentences" +HOMEPAGE="https://www.jwz.org/dadadodo/" +SRC_URI="https://www.jwz.org/dadadodo/dadadodo-1.04.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +DOCS=( "dodotodo" "README" )