New package: dadadodo-1.04

Closes: #12878 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
cr6git 2018-03-24 15:22:50 +01:00 committed by Jürgen Buchmüller
parent 9434e851d0
commit 8ff5b2248c
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 17 additions and 0 deletions

17
srcpkgs/dadadodo/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'dadadodo'
pkgname=dadadodo
version=1.04
revision=1
build_style=gnu-makefile
short_desc="Analyses texts for word probabilities and generates random sentences"
maintainer="cr6git <quark6@protonmail.com>"
homepage="https://www.jwz.org/dadadodo/"
license="MIT"
distfiles="https://www.jwz.org/dadadodo/dadadodo-${version}.tar.gz"
checksum=2e0ebb90951c46ff8823dfeca0c9402ce4576b31dd8bc4b2740a951aebb8fcdf
do_install() {
sed 11q dadadodo.c > LICENSE
vlicense LICENSE
vbin dadadodo
}