# Template file for 'time'
pkgname=time
version=1.10
revision=1
build_style=gnu-configure
configure_args="ac_cv_func_wait3_rusage=yes"
short_desc="Displays information about the resources that a program uses"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/time/"
changelog="https://cgit.git.savannah.gnu.org/cgit/time.git/plain/NEWS"
distfiles="${GNU_SITE}/time/time-${version}.tar.gz"
checksum=e8c29fb4ab599d8478e41e8618f50db8aede9c90af27d0d2ef28ae50d5de09c3

# Required by wait3(2) with musl
CFLAGS="-D_GNU_SOURCE"
