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:
parent
9434e851d0
commit
8ff5b2248c
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue