1 # Template file for 'time'
5 build_style=gnu-configure
6 short_desc="The GNU time program for measuring cpu resource usage"
7 maintainer="Juan RP <xtraeme@voidlinux.eu>"
8 homepage="http://directory.fsf.org/project/time"
9 license="GPL-3.0-or-later"
10 distfiles="$GNU_SITE/$pkgname/$pkgname-$version.tar.gz"
11 checksum=fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e
13 # Required by wait3(2) with musl
14 CFLAGS="-D_GNU_SOURCE"
17 make bindir="${DESTDIR}/usr/bin" infodir="${DESTDIR}/usr/share/info" install