18 lines
501 B
Bash
18 lines
501 B
Bash
# 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
|
|
}
|