14 lines
464 B
Bash
14 lines
464 B
Bash
# Template file for 'time'
|
|
pkgname=time
|
|
version=1.9
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Displays information about the resources that a program uses"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://directory.fsf.org/wiki/Time"
|
|
distfiles="${GNU_SITE}/time/time-${version}.tar.gz"
|
|
checksum=fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e
|
|
|
|
# Required by wait3(2) with musl
|
|
CFLAGS="-D_GNU_SOURCE"
|