logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

dadadodo-1.04.ebuild (440B)


  1. # Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="Analyse texts for word probabilities and generate random sentences"
  5. HOMEPAGE="https://www.jwz.org/dadadodo/"
  6. SRC_URI="https://www.jwz.org/dadadodo/${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. DOCS=( "dodotodo" "README" )
  11. src_install() {
  12. einstalldocs
  13. dobin dadadodo
  14. }