void-packages/srcpkgs/ent/template
Enno Boland f40cd77686 srcpkgs: remove pullmoll from maintainers field. 😢
Set them to Orphaned for now.

If you'd like to pick up a package, feel free.
2021-04-10 16:34:44 +02:00

23 lines
508 B
Bash

# Template file for 'ent'
pkgname=ent
version=2008.01.28
revision=2
create_wrksrc=yes
build_style=gnu-makefile
hostmakedepends="unzip"
short_desc="Evaluate pseudo random number generators"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain"
homepage="http://www.fourmilab.ch/random/"
distfiles="${homepage}/random.zip"
checksum=c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
pre_build() {
CFLAGS+=" $LDFLAGS"
}
do_install() {
vbin ent
vdoc ent.html
vdoc entitle.gif
}